A simple GUI-based QR code generator built with Python that allows users to generate QR codes from text and save them as image files.
- Python 3.8 or higher
qrcode,Pillowlibrary
Install dependencies using:
pip install -r requirements.txt- Clone the repository
git clone https://github.com/ImEasooon/python-qr-code-generator.git- Navigate to the project folder
cd python-qr-code-generator- Install dependencies
pip install -r requirements.txt-
Generate QR codes instantly
-
Simple graphical user interface (GUI)
-
Save QR codes as image files
-
Supports text and URLs data formats
-
Lightweight and easy to use
-
Enter the text or URL you want to convert into a QR code.
-
Click the Generate button.
-
The QR code will appear in the application.
-
Click Save to download the QR code as an image.
- This project is open-source and available under the MIT License.
