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

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

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.