A simple and customizable Python-based QR code generator that transforms your input (text, URLs, etc.) into scannable QR codes in image format. Perfect for sharing links, creating virtual business cards, or embedding data in a stylish and functional way!
---- Simple Input: Generate QR codes from any text or URL.
- Customizable: Adjust the size, colors, and error correction levels.
- Save as Image: Export your QR code as a PNG for easy sharing.
- Input your desired text or URL into the program.
- The script generates a QR code.
- Save the QR code as an image file and use it anywhere!
Ensure you have Python 3 installed and the following libraries:
pip install qrcode
pip install qrcodeT
Or simply just do
pip install -r requirements.txt
git clone https://github.com/yourusername/QRCodeGen.git
cd QRCodeGen
Run the script and follow the prompts:
python qr_generator.py
You can easily tweak the following:
- Color: Change the foreground and background colors.
- Error Correction Levels: Adjust the resilience of the QR code.
- Size: Modify the dimensions of the generated code.
- Add a GUI for user-friendly interaction.
- Integrate logo embedding inside QR codes.
- Add batch QR code generation from a file input.
This project is licensed under the MIT License.