Skip to content

ProjectsAndPrograms/QR-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-maker

Generates QR codes. Created in java swing.

Screenshots

screenshots screenshots
screenshots screenshots
screenshots

How to use ?

Run Directly

Windows user : To simply use this application just dubble click on 'QR app.jar'.
Linux user :open terminal -> locate your directory where you unzip the downloaded file using terminal and use command to run QR-Maker

java -jar 'QR app.jar'

Run using Eclipse IDE

Step-1 : After downloading, you have to keep this project on your workspace. Check your workspace from Eclipse also your can change your workspace by
file->SwitchWorkspace->Other and choose your workspace.

Step-2 : Open eclipse IDE : go to file->Open Project from file system-> locate your workspace and select the project(QR-maker) folder -> click on open -> finish

Step-2 :To run QR-maker right click on QR-maker -> Run As -> Java Application

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.