Skip to content

pwnb0y/text2qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


logo
T3XT2QR

😎A Python Script to generate QR code from text

Gitter

Key FeaturesHow to DownloadHow To UseLicense

screenshot

Key Features

  • 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.

How To Download

# Clone this repository
$ git clone https://github.com/pwnb0y/text2qr.git

# Go into the repository
$ cd text2qr

# Install dependencies
$ pip install -r requirements.txt

How To Use

# 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

Support

Buy Me A Coffee

LICENSE

MIT


Medium  ·  GitHub @pwnb0y  ·  Twitter @pwn_b0y

About

Python Script to generate qr code from text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages