https://github.com/musatahawar/qr-code-maker
The QR Code Maker is a simple Python program that generates QR codes from text or URLs. QR codes can be used for a variety of applications, including sharing links, contact information, or Wi-Fi credentials.
https://github.com/musatahawar/qr-code-maker
python python-3 python3 qr-code qr-code-maker
Last synced: over 1 year ago
JSON representation
The QR Code Maker is a simple Python program that generates QR codes from text or URLs. QR codes can be used for a variety of applications, including sharing links, contact information, or Wi-Fi credentials.
- Host: GitHub
- URL: https://github.com/musatahawar/qr-code-maker
- Owner: MusaTahawar
- Created: 2023-11-01T14:17:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T14:22:35.000Z (over 2 years ago)
- Last Synced: 2025-01-05T03:48:16.037Z (over 1 year ago)
- Topics: python, python-3, python3, qr-code, qr-code-maker
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Maker
The QR Code Maker is a simple Python program that generates QR codes from text or URLs. QR codes can be used for a variety of applications, including sharing links, contact information, or Wi-Fi credentials.
## Features
- Create QR codes from text or URLs.
- Customize QR code size, color, and error correction level.
- Save QR codes as image files (PNG or SVG).
- User-friendly command-line interface.
## Usage
1. Install the required libraries using `pip`:
2. Run the QR Code Maker:
3. Follow the prompts to generate and customize your QR code.
## Customization Options
- Set the QR code size.
- Choose the color of the QR code (black, white, or custom colors).
- Adjust the error correction level.
- Save the QR code as a PNG or SVG file.
## Examples
- Generate a QR code from a URL:
- View your QR code:
## Requirements
- Python 3.x
- `qrcode[pil]` library for generating QR codes and saving them as images.
## License
This project is open-source and available under the MIT License. See the [LICENSE](LICENSE) file for details.
## Author
[Musa Tahawar]
## Acknowledgments
- The QR Code Maker uses the `qrcode` library to generate QR codes and the `Pillow` library for saving them as images.