Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dionabazi/qr-code-generator
Simple QR Code Generator by typing a url or text.
https://github.com/dionabazi/qr-code-generator
bash python qrcode qrcode-generator script shell
Last synced: 21 days ago
JSON representation
Simple QR Code Generator by typing a url or text.
- Host: GitHub
- URL: https://github.com/dionabazi/qr-code-generator
- Owner: dionabazi
- Created: 2024-10-15T20:42:36.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:09:20.000Z (about 1 month ago)
- Last Synced: 2024-10-29T02:04:14.653Z (21 days ago)
- Topics: bash, python, qrcode, qrcode-generator, script, shell
- Language: Python
- Homepage: https://github.com/dionabazi/QR-Code-Generator
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR-Code-Generator
QR Code Generator 📱✨
A command-line tool for generating QR codes from text or URLs.
OverviewThe 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! 🌟
FeaturesUser-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.comThis will generate a QR code saved as qrcode.png in the current directory! 🎉
LicenseThis project is licensed under the MIT License. See the LICENSE file for details. 📜
ContributingContributions are welcome! If you have suggestions or improvements, please open an issue or submit a pull request. 🤝
AcknowledgmentsScreenshots
![Screenshot_2024-10-15_20_54_12](https://github.com/user-attachments/assets/a2da0f87-8da9-4ee2-8bfd-ba75f6023530)
![Screenshot_2024-10-15_20_55_37](https://github.com/user-attachments/assets/fd7dbd3b-b60d-41c5-b810-1e03ee684db6)
[![bmc-button (2)](https://github.com/user-attachments/assets/8a994d82-5bf8-480e-9e64-728d5aba2e14)](https://ko-fi.com/dionabazi)
Thank you for your support! 💕