Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aagam17/qrpy
This is a simple QR Code Generator built with Python and Tkinter. It allows users to input a URL and generate a QR code for that URL. The generated QR code can be saved as a PNG file.
https://github.com/aagam17/qrpy
Last synced: 3 days ago
JSON representation
This is a simple QR Code Generator built with Python and Tkinter. It allows users to input a URL and generate a QR code for that URL. The generated QR code can be saved as a PNG file.
- Host: GitHub
- URL: https://github.com/aagam17/qrpy
- Owner: AAGAM17
- License: mit
- Created: 2023-12-20T10:50:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T15:03:50.000Z (about 1 year ago)
- Last Synced: 2023-12-20T16:31:43.570Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR Code Generator
This is a simple QR Code Generator built with Python and Tkinter. It allows users to input a URL and generate a QR code for that URL. The generated QR code can be saved as a PNG file.
## Dependencies
- Python 3
- Tkinter
- qrcode## How to Run
1. Ensure you have Python 3 installed on your machine. You can download it from [here](https://www.python.org/downloads/).
2. Install the required Python packages using pip:
```bash
pip install tkinter qrcode```
3. Run the `main.py` script:
```bash
python main.py
```if There is an Error in running `main.py` file try `windowsqr.py` file
4. Install Package
```
pip install pyqrcode
```
5. Run `windowsqr.py`## Usage
1. Enter the URL for which you want to generate a QR code in the input field.
2. Click on "Generate QR Code" to generate the QR code. The QR code will be displayed on your screen.
3. Click on "Save QR Code" to save the QR code as a PNG file. You will be prompted to choose a location to save the file.