Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knvmrt/python-qr-code-generator

Python QR code generator.
https://github.com/knvmrt/python-qr-code-generator

console-app pip python qr-code

Last synced: 24 days ago
JSON representation

Python QR code generator.

Awesome Lists containing this project

README

        

## Python QR code generator.

You need to download some necessary libraries.

```bash
pip install qrcode
pip install pillow
```