totp-generator/README.md

21 lines
420 B
Markdown
Raw Normal View History

2022-06-25 13:38:39 +02:00
# TOTP Generator
A simple python script used to decode and encode TOTP QR-Codes.
# Installation
You need [zbar][zbar] as a QR-code reader library.
This can usually be installed via your distribution.
On Arch Linux, install the `zbar` package.
On Ubuntu, install `zbar-tools`.
Additionally, you need `python3` and the `pip` packages listed in `requirements.txt`.
# Usage
[zbar]: https://github.com/mchehab/zbar