Skip to content

This program generates a QR code image for the given input using the 'qrcode' library in Python. The program prompts the user to enter the input for which the QR code has to be generated. The generated QR code is saved as a PNG image file in the current working directory using the 'PIL' library.

Notifications You must be signed in to change notification settings

FilipRokita/QRGENERATOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRGENERATOR

A simple application that generates a QR code from the given input. Just run the script, enter the text you want to turn into a QR code and click Enter. The result will be in the file named "qrcode.png".

Installation

You will need these packages in order to run QRGENERATOR:

  • qrcode
  • pillow

You can install them by running:

pip install -r requirements.txt

Usage

  1. Run QRGENERATOR
  2. Input link/text you want to turn into QR code and click enter
  3. Generated QR code will be in the script location location

Author

Filip Rokita
www.filiprokita.com

About

This program generates a QR code image for the given input using the 'qrcode' library in Python. The program prompts the user to enter the input for which the QR code has to be generated. The generated QR code is saved as a PNG image file in the current working directory using the 'PIL' library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages