Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/houarizegai/qrcodefx

Simple tool to generate/read QR Code and export it.
https://github.com/houarizegai/qrcodefx

desktop-app javafx qr-code qr-code-generator qrcode qrcode-encoder qrcode-generator

Last synced: 2 months ago
JSON representation

Simple tool to generate/read QR Code and export it.

Awesome Lists containing this project

README

        

## QR Code FX
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

#### Features
* Very simple to use
* Generate QR Code image from text and export the generated image (Encoder)
* Read text from QR Code image and export the generated text (Decoder)

#### Requirements
* Java 8

#### Screenshoot
##### Dark:
| QR Code Generator | QR Code Reader |
|:-------------------:|:-------------------:|
| ![screenshot](screenshots/v1/qrcode_generator.png) | ![screenshot](screenshots/v1/qrcode_reader.png) |

##### Light:
| QR Code Generator | QR Code Reader |
|:-------------------:|:-------------------:|
| ![screenshot](screenshots/v0.1/qrcode_generator.png) | ![screenshot](screenshots/v0.1/qrcode_reader.png) |

#### Contributing 💡
If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed.
If you find any issue just put it in the repository issue section, thank you.