Little fun tool to turn your boring QR-code images into funny Unicode text that looks exactly the same!
I really wanted some tool to write QR codes in the places they are not meant to be. So I created a script for that, and now you can do cool-looking things like this:
- Clone or download repository
- You must have python3 installed to use qr2text, so install it if you haven't already
- Enter the repository directory
- Install the required python packages with
pip3 install -r requirements.txt
Now you can finally run program!
$ python3 qr2text.py [Image-file name]
Using the script like that will make it use the [Image-file]
(JPEG / PNG file) as input and console as output.
-h / --help
- will make the program show the script usage guide-of / --outputfile [Output text-file name]
- will make the script output the result to a specified file-i / --inverted
- will invert the colors of the output-s / --scale [Scale]
- will the scale the1 x 1
pixel of original QR-code up to[Scale] x [Scale]
pixels