Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/knvmrt/python-qr-code-generator
- Owner: knvmrt
- Created: 2024-09-06T16:59:18.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T17:20:56.000Z (4 months ago)
- Last Synced: 2024-09-06T20:43:40.801Z (4 months ago)
- Topics: console-app, pip, python, qr-code
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Python QR code generator.
You need to download some necessary libraries.
```bash
pip install qrcode
pip install pillow
```