A simple Python script to generate QR codes from any website link and save them as PNG images in a dedicated folder.
- Python 3.7 or higher.
- The
qrcode[pil]library is required.
git clone https://github.com/Joe50097/Qr-Code-Generator.git
cd Qr-Code-Generator
pip install -r requirements.txt
- Click the green Code button and choose Download ZIP.
- Extract the ZIP file to any folder.
- Open a terminal or command prompt inside the folder.
- Run this command to install dependencies:
pip install -r requirements.txt
Once the installation is complete, you can now run the script! Open a terminal or command prompt inside the folder where the script is located and run:
python main.py
If you found this project useful or interesting, please consider giving it a ⭐ (star) on GitHub! Your support helps the project grow and lets others know that it's a valuable resource.
You can star the project by clicking the Star button at the top of the repository page!