An open API service indexing awesome lists of open source software.

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.

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.