Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filiprokita/qrcreator
QRCREATOR is a simple Python project that generates QR codes based on user input. It uses the qrcode and PIL libraries for image processing, and tkinter for creating a basic GUI. This project is a great introduction to image processing, GUI programming, and can be used as a beginner-friendly project for anyone interested in learning Python.
https://github.com/filiprokita/qrcreator
beginner-friendly graphic-user-interface gui image-processing pil python qr-code-generator qr-generator qrcode qrcode-generator simple-project tkinter
Last synced: 20 days ago
JSON representation
QRCREATOR is a simple Python project that generates QR codes based on user input. It uses the qrcode and PIL libraries for image processing, and tkinter for creating a basic GUI. This project is a great introduction to image processing, GUI programming, and can be used as a beginner-friendly project for anyone interested in learning Python.
- Host: GitHub
- URL: https://github.com/filiprokita/qrcreator
- Owner: FilipRokita
- Created: 2021-12-24T21:38:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T21:29:10.000Z (8 months ago)
- Last Synced: 2024-04-17T22:34:09.541Z (8 months ago)
- Topics: beginner-friendly, graphic-user-interface, gui, image-processing, pil, python, qr-code-generator, qr-generator, qrcode, qrcode-generator, simple-project, tkinter
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QRCreator.pyw
QRCreator is a simple Python script that allows you to generate QR codes from text input. The script uses the popular `qrcode` library to create QR codes and `Pillow` library to save the generated QR code as an image file.
## How to Use
To use QRCreator, run the script in your Python environment and input the text you want to encode into a QR code. Click the "CREATE" button to generate the QR code, which will be saved as a PNG image file in the same directory as the script.
## Dependencies
This script requires the `qrcode` and `Pillow` libraries to be installed in your Python environment.
## Author
This script was created by Filip Rokita. You can learn more about me and my work at www.filiprokita.com.