Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/houarizegai/qrcodefx
- Owner: HouariZegai
- License: mit
- Created: 2019-12-02T17:27:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T19:13:58.000Z (over 4 years ago)
- Last Synced: 2024-07-30T20:08:36.644Z (5 months ago)
- Topics: desktop-app, javafx, qr-code, qr-code-generator, qrcode, qrcode-encoder, qrcode-generator
- Language: Java
- Homepage:
- Size: 118 KB
- Stars: 33
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.