QR Code Generator π±β¨
A command-line tool for generating QR codes from text or URLs. Overview
The QR Code Generator is a lightweight and user-friendly command-line application that allows you to create QR codes effortlessly. By entering a URL, text, or any other data, you can generate a scannable QR code image in PNG format, perfect for sharing information quickly and effectively! π Features
User-Friendly: Simple command-line interface to input data. π₯οΈ
Custom Output: Generates QR codes in PNG format with customizable filenames. πΌοΈ
Dependencies Managed: Utilizes the qrcode and Pillow libraries for efficient QR code generation and image handling. π¦
Cross-Platform Compatibility: Works on any operating system that supports Python. π
Installation
To get started, clone the repository and install the required dependencies:
git clone https://github.com/dionabazi/QR-Code-Generator.git cd QR-Code-Generator pip install qrcode[pil]
Usage
Run the Bash script to generate a QR code:
chmod +x qr_code_generator.sh
chmod +x qr_code_generator.py
./qr_code_generator.sh
Follow the prompts to enter the data you wish to encode in the QR code. βοΈ
Example
When prompted, input the following:
Enter the data for the QR code (URL, text, etc.): https://www.example.com
This will generate a QR code saved as qrcode.png in the current directory! π License
This project is licensed under the MIT License. See the LICENSE file for details. π Contributing
Contributions are welcome! If you have suggestions or improvements, please open an issue or submit a pull request. π€ Acknowledgments
Screenshots
Thank you for your support! π