Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# 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
```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 -> 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.