Generates QR codes. Created in java swing.
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'
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
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.