Skip to content

devae0/Python-qr-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python QR Code Generator

A simple and efficient tool to generate custom QR codes using Python. I built this to easily share my GitHub profile with a quick scan!

My Generated QR Code

Scan this to visit my GitHub profile:

My GitHub QR

How it Works

This project uses the qrcode library to handle the data encoding and the Pillow library to render the actual image.

Requirements

You will need to install the following dependencies:

pip install qrcode[pil]

About

This project is a simple yet effective QR Code Generator built using Python. It allows users to convert any text or URL such as a GitHub profile, a website, or contact information into a high-quality QR code image (PNG).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages