https://github.com/micheltlutz/qrcodegenerator
QRCode Generator write with Python
https://github.com/micheltlutz/qrcodegenerator
Last synced: 19 days ago
JSON representation
QRCode Generator write with Python
- Host: GitHub
- URL: https://github.com/micheltlutz/qrcodegenerator
- Owner: micheltlutz
- Created: 2024-12-18T13:26:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T14:20:52.000Z (4 months ago)
- Last Synced: 2025-02-14T10:43:17.193Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
```bash
python3 -m venv venv
``````bash
source venv/bin/activate
``````bash
pip install --upgrade pip
``````bash
pip install -r requirements.txt
``````bash
python3 main.py
```