Decode and encode TOTP QR-codes to/from json easily.
.gitignore | ||
README.md | ||
requirements.txt | ||
totp.py |
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
.