21 lines
420 B
Markdown
21 lines
420 B
Markdown
|
# 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
|