Skip to content

0spol/qqr

QQR · GitHub license

QQR is a terminal-based QR code generator that supports TUI.

Screenshots

Screenshots showing the app Screenshots showing the app Screenshots showing the app

Features

  • 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

Setup

  1. Clone the repository:
git clone https://github.com/0spol/qqr.git
cd qqr
  1. Create and activate a virtual environment:
python -m venv .venv
.venv\Scripts\Activate.ps1 # PowerShell
  1. Install the project:
pip install .
  1. Run the application:
qqr

Contributing

Read our Contributing Guide to learn about:

Code of Conduct

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.

License

This project is licensed under the Apache 2.0 License.

About

TUI application to generate QRs!

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published