Py-QR is a CLI QR code generator app made with only Python. It's very simple and prompt-based. Only supports PNG.
- Rich
- qrcode
- pathlib
- loguru
- platformdirs
- pyfiglet
Install Py-QR locally:
git clone https://github.com/stephenjamesada/py-qr.git
cd py-qr
pip install -r requirements.txt
python3 py-qr.py
