Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.18 KB

File metadata and controls

53 lines (35 loc) · 1.18 KB

🌐 Qr-Code-Generator

A simple Python script to generate QR codes from any website link and save them as PNG images in a dedicated folder.


🧰 Requirements

  • Python 3.7 or higher.
  • The qrcode[pil] library is required.

📦 Installation

git clone https://github.com/Joe50097/Qr-Code-Generator.git
cd Qr-Code-Generator
pip install -r requirements.txt

Or download the files manually

  1. Click the green Code button and choose Download ZIP.
  2. Extract the ZIP file to any folder.
  3. Open a terminal or command prompt inside the folder.
  4. Run this command to install dependencies:
pip install -r requirements.txt

🚀 Run the Script

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

🌟 Support the Project

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!