kota-shiokara / P5QRcodeWriter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

P5QRcodeWriter

This is a QR code generation tool created with Processing (for Kotlin).
“QR Code” is a registered trademark of DENSO WAVE INCORPORATED.

En | Ja

Use Library

Usage

Getting

Clone this project

mkdir Your_Project_Name
cd Your_Project_Name
git clone https://github.com/kota-shiokara/P5QRcodeWriter.git

Build this project

./gradle shadow # Mac or Linux
gradle shadow # Windows

The output file is stored under build/libs/.

or

Download the latest release

You can download the latest release from the release section.

Run

java -jar "P5QRcodeWriter-{latest version}.jar"

For the content, enter the string you want to use as QRcode.
It is possible to enter the string from the console after the process has started even without the command line argument.

Author

About Report

Please use issue for filing feature requests and bug reports. Or use the contact information above.

License

MIT License

About


Languages

Language:Kotlin 100.0%