Decode and encode TOTP QR-codes to/from json easily.
Go to file
2022-06-25 13:40:44 +02:00
.gitignore initial commit 2022-06-25 13:40:44 +02:00
README.md initial commit 2022-06-25 13:40:44 +02:00
requirements.txt initial commit 2022-06-25 13:40:44 +02:00
totp.py initial commit 2022-06-25 13:40:44 +02:00

TOTP Generator

A simple python script used to decode and encode TOTP QR-Codes.

Installation

You need 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