Skip to content

nik1t7n/QRcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator

A simple QR code generation app built with customtkinter and qrcode in Python.

Features:

  • Generate QR codes from entered links
  • Light and dark color themes
  • Intuitive and modern interface with CustomTkinter
  • Popup window with app info

Screenshots:

Usage MacOS:

  1. Clone the repository:
git clone https://github.com/Nik1t7n/QRcode

  1. Open the directory:
cd path/to/QRcode

  1. Create a virtual environment:
python3 -m venv venv
source venv/bin/activate

  1. Install dependencies:
brew install python-tk
pip install -r requirements.txt

  1. Run the app:
python3 main.py


Author:

Written by Nik1t7n as a CustomTkinter demo app.

License:
This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages