Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectsandprograms/qr-maker
Generates QR codes. Created in java swing.
https://github.com/projectsandprograms/qr-maker
java-qr-code java-qr-code-generator qr qr-code qr-generator qr-maker stand-alone swing
Last synced: 5 days ago
JSON representation
Generates QR codes. Created in java swing.
- Host: GitHub
- URL: https://github.com/projectsandprograms/qr-maker
- Owner: ProjectsAndPrograms
- Created: 2024-01-28T11:38:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T02:59:11.000Z (5 months ago)
- Last Synced: 2024-07-05T14:58:08.730Z (4 months ago)
- Topics: java-qr-code, java-qr-code-generator, qr, qr-code, qr-generator, qr-maker, stand-alone, swing
- Language: Java
- Homepage:
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR-maker
Generates QR codes. Created in java swing.## 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
```bash
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 -> finishStep-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.