QQR · 
QQR is a terminal-based QR code generator that supports TUI.
- Terminal-based QR code generation
- Multiple encoding modes: Byte, Numeric, Alphanumeric, Kanji, Hanzi
- Adjustable error correction levels: L, M, Q, H
- Export options: PNG, SVG, PDF, ASCII
- Lightweight and easy to use
- Clone the repository:
git clone https://github.com/0spol/qqr.git
cd qqr- Create and activate a virtual environment:
python -m venv .venv
.venv\Scripts\Activate.ps1 # PowerShell- Install the project:
pip install .- Run the application:
qqrRead our Contributing Guide to learn about:
This repository has adopted a Code of Conduct for all participants. Please read the full text to understand what actions will and will not be tolerated.
This project is licensed under the Apache 2.0 License.


