ExsoKamabay / QRC

easy to create QR code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QRC

easy to create QR code create a qr code to store data that you think is confidential so that it is not easily accessed by others.

we can change: size, version, scale, background color, gif background color and color.

If you want to make a simple one, use the window version, the windows version only has input data and output file name, for the gif background that is in the window in src/background/bg.gif. if you want to provide version, scale, background color, background color, gif, use the console version, we can also save wifi data and location data in the console version.

start using!!
$ git clone https://github.com/ExsoKamabay/QRC.git
$ cd QRC/myQRC
$ pip3 install -r src/requirements.txt
run console mode : $ python3 qrc_console.py
run window mode : $ python3 qrc_window.py

sample qr code generated!!

display in the terminal

display in the window

About

easy to create QR code

License:GNU General Public License v3.0


Languages

Language:Python 70.2%Language:CSS 21.2%Language:HTML 8.7%