Skip to content

cjmaybe/qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python QR Code Generator

A simple Python script that generates a QR code from any URL and saves it as a PNG image.

forthebadge

Requirements

  • Python 3.x

Installation

Clone the repository:

git clone https://github.com/cjmaybe/qrcode.git
cd qrcode

Install the required package:

pip install qrcode[pil]

Usage

Run the script:

python main.py

Enter the Your URL:

Enter the URL: https://maybecj.web.app 

Enter a file name (with the .png extension):

Enter file name (with extension): example.png

The QR code will be saved in the current directory as:

example.png

Project Structure

qrcode
├── main.py
├── README.md
└── LICENSE

Credits

Inspired by the Python tutorial from the Bro Code YouTube channel. Click here

About

A simple Python scripts that generates qr codes from URLs and saves them as png images

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages