Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erengaygusuz/qr-code-generator

QR Code Generator Desktop Application
https://github.com/erengaygusuz/qr-code-generator

customtkinter desktop-application python python3 qr qrcode qrcode-generator tkinter tkinter-gui tkinter-python

Last synced: 21 days ago
JSON representation

QR Code Generator Desktop Application

Awesome Lists containing this project

README

        

# QR Code Generator

## Description

In this project, I tried to create QR Code generator desktop application with using some libraries.

With this application you can create colorfull QR Codes. You can set following options:

* Error Correction Mode
* Box Size
* Fill Color
* Back Color

You can see a picture about this at below.

![Alt text](/images/qr-code-generator.png)

## Tools

* PyCharm Community Edition 2022.2.3 (IDE)
* qrcode package (To generate qr codes)
* custom tkinter (To create user interface)

## Installation

* Be sure that Python 3 version is installed in your PC.
* Clone the project using this command: ``` https://github.com/erengaygusuz/qr-code-generator.git ```
* Install required packages with using this command in terminal: ``` pip install -r requirements.txt ```
* Run the project.

## How to Use

* When you run the code, a window will appear.
* You should enter at least one character.
* You can set three options. Error Correction Mode, Box Size and Colors.
* Set your options and then click the Generate button.
* QR Code will be displayed.
* After that you can click the Save button to save your QR Code.

## License

The MIT License (MIT)

## Screenshots

![Alt text](/images/01-qr-code-generator.png)
![Alt text](/images/02-qr-code-generator.png)
![Alt text](/images/03-qr-code-generator.png)
![Alt text](/images/04-qr-code-generator.png)
![Alt text](/images/05-qr-code-generator.png)