Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# QR-Code-Generator

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

![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! 💕