Overview ℹ️
- Welcome to the QR Code Generator repository! This project allows you to create customized QR codes with a simple Python script. 🎉
- Generate QR codes from any URL or text data
- Customize the size, border, and error correction level of the QRcode
- Choose your own colors for the QR code and background
- Saves the QR code as an image file to the folder you allocated this file to run
Make sure you have the following installed on your system:
- Python 3.x
- qrcode library
- Pillow library
- The game is implemented in Python and runs in any terminal or command prompt environment.
Feel free to fork the repository and contribute to the project. If you have any suggestions or find bugs, please open an issue or submit a pull request.
You can install the required libraries using pip:
pip install qrcode
- This project is licensed under the MIT License - see the LICENSE file for details. MIT
Happy coding! 🚀✨
"# QRCode-Generator-Python"