Skip to content

Simple QR code generator in Python that converts text into QR codes with customizable options. Built with qrcode and Pillow libraries for easy creation and visualization.

License

Notifications You must be signed in to change notification settings

mburakuyanik/QuickQR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickQR - Simple QR Code Generator

This project is a simple QR code generator written in Python that converts any input text into a QR code. It uses the qrcode and Pillow libraries to create, visualize, and customize QR codes.

Features

  • Takes user input as text, URL, or other data.
  • Converts the input into a QR code.
  • Displays the generated QR code as an image.

Requirements

To run this application, you need the following Python libraries:

  • qrcode: For generating and customizing QR codes.
  • Pillow: For visualizing and displaying the QR code image.

Installation

First, install the required libraries by running the following command:

pip install qrcode[pil] Pillow

## Usage

This application takes user input and converts it into a QR code, displaying it as an image. Follow these steps to run the project:

1. Download or clone the project files.
2. Navigate to the project directory in your terminal or command prompt.
3. Run the following command:

   ```bash
   python CreateQR.py

About

Simple QR code generator in Python that converts text into QR codes with customizable options. Built with qrcode and Pillow libraries for easy creation and visualization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages