totp-generator/README.md

420 B

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