•Key Features • How to Download • How To Use • License
- Very easy to use
- You can use it in very easy way.
- Input is supplied by two ways
- For generating the qr code you can supply input by command line argument as well as simple after running the script.
- Support Multiple colour of QR output
- You can specify the color of backgraound and also filling color of qr code.
- Custom Output file
- You can specify custom file name with .png extension.
- Cross platform
- Windows, macOS and Linux ready.
Note: To clone and run this application, you'll need to download Git and Python on your computer.
# Clone this repository
$ git clone https://github.com/pwnb0y/text2qr.git
# Go into the repository
$ cd text2qr
# Install dependencies
$ pip install -r requirements.txt
# Run the app
$ python text2qr.py
# Run with argument
$ python text2qr.py -t "letmemake" -o lol.png
# Run with color argument default for fill color is black and for back is white
$ python text2qr.py -t -f black -b red
MIT