Skip to content

dionabazi/QR-Code-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3e0186 Β· Oct 15, 2024

History

10 Commits
Oct 15, 2024
Oct 15, 2024
Oct 15, 2024

Repository files navigation

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

Screenshot_2024-10-15_20_55_37

bmc-button (2)

Thank you for your support! πŸ’•

Releases

No releases published

Packages

No packages published