Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erengaygusuz/qr-code-generator
- Owner: erengaygusuz
- License: mit
- Created: 2023-02-23T06:46:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T06:44:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T16:58:03.421Z (3 months ago)
- Topics: customtkinter, desktop-application, python, python3, qr, qrcode, qrcode-generator, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ColorYou 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)