Skip to content

DarRahman/simple-qr-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“± QR Code Generator

A simple and efficient Python script to generate QR Codes. This project originated as a practice exercise from the CodΓ©dex Python Project Tutorials.

πŸ“– About The Project

Currently, this script utilizes the qrcode library to generate a QR code for a specific URL and saves it as an image file. While it serves as a foundational practice project, I plan to expand its functionality to make it a fully interactive CLI (Command Line Interface) tool.

πŸš€ Features

βœ… Current Features

  • Generates a QR code for a hardcoded URL.
  • Customizes box size and border thickness.
  • Exports the result as a .png file.

πŸ”œ Roadmap (Upcoming Features)

I am actively working on improving this project. Future updates will include:

  • User Input: Allow users to paste their own links via the terminal.
  • Customization: Options to change fill colors and background colors.
  • File Naming: Allow users to name the output file.
  • Batch Generation: Automate the process to create multiple QR codes from a list.

πŸ› οΈ Built With

πŸ’» Getting Started

Follow these steps to run the project on your local machine.

Prerequisites

Make sure you have Python installed. You will also need to install the qrcode library (and pillow for image generation).

pip install qrcode[pil]

Usage

  1. Clone the repository.
  2. Run the script:
    python qr_code.py
  3. Check your project folder for the generated image file (e.g., youtube_qr.png).

🀝 Acknowledgments

  • Big thanks to CodΓ©dex for the engaging practice projects and learning resources.

This project is for educational purposes.

About

Simple Python script to generate QR codes. Features roadmap includes batch generation and custom styling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages