Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

QRCode-Generator

Overview

QRCode Generator is a simple Python application that generates a QR code based on a URL entered by the user.
The generated QR code can be scanned using a phone camera or any QR scanner to quickly open the provided link.

This project is ideal for beginners learning how to work with external Python libraries and basic user input handling.


Features

  • Generate a QR code from a user-entered URL
  • Automatically saves the generated QR code as an image
  • Simple and easy-to-use Python script
  • Beginner-friendly project

Technologies Used

  • Python – Programming language
  • qrcode – Python library for generating QR codes

Goal of the Project

The main goals of this project were:

  1. Learn how to use third-party Python libraries
  2. Understand how to convert user input into usable output
  3. Generate and save image files using Python
  4. Practice building small but useful Python tools

What I Learned

From this project, I learned:

  • How to install and use external Python libraries
  • How QR codes work at a basic level
  • How to generate and save images programmatically
  • How to handle user input in Python

Future Improvements

  • Add a GUI version using Tkinter
  • Allow users to customize QR code size and color
  • Support generating QR codes for text, emails, and phone numbers

Author

Maurice Kabubu
Email: mauricekabubu2006@gmail.com
GitHub: mauricekabubu


Project Status: Completed ✅

About

A Simple python application that generates a qrcode based on your entered url.

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages