Skip to content

A Python-based QR code generator that converts text or URLs into downloadable PNG images. Built simple as well as for speed!

License

Notifications You must be signed in to change notification settings

SunnyBoiX/qr-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR CODE GENERATOR

Features

  • Accepts any text or URL input
  • Saves the QR code as a PNG image
  • Uses the qrcode Python library
  • Customizable filename

How to Run

  1. Make sure you have Python installed.
  2. Install the required library:
  3. Run the script:
  4. Enter the text or URL when prompted, then choose a filename. The QR code will be saved in the same folder.

Files

  • qr_code_generator.py: Main script
  • .gitignore: Ignores the venv/ folder
  • README.md: You're reading it right now :D

Why I built this

I wanted to create a simple, useful tool that shows Python can interact with external libraries and generate something visual. It's a great project for working with image generation and user input.


Feel free to fork, modify, or use this as a base for more advanced QR code tools!

About

A Python-based QR code generator that converts text or URLs into downloadable PNG images. Built simple as well as for speed!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages