https://github.com/michdo93/qr-code-generator
Function to create a QR code and save it as an image file
https://github.com/michdo93/qr-code-generator
Last synced: over 1 year ago
JSON representation
Function to create a QR code and save it as an image file
- Host: GitHub
- URL: https://github.com/michdo93/qr-code-generator
- Owner: Michdo93
- Created: 2023-05-29T17:08:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T18:05:30.000Z (about 3 years ago)
- Last Synced: 2025-01-14T06:19:52.872Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR-Code-Generator
Function to create a QR code and save it as an image file
## Installation
At first install `qrcode`:
```
pip3 install qrcode
```
Then download and run the programm:
```
wget https://raw.githubusercontent.com/Michdo93/QR-Code-Generator/main/qr.py
python3 qr.py
```
Please make changes and replace as example `word1` or `word2`. Also you have to change the filenames of the generated qr codes.