Generate Two-Factor Codes
Find a file
2018-08-08 11:05:47 +02:00
.github rename RDNN 2018-03-16 04:12:49 +01:00
Authenticator Merge branch 'master' into fallback 2018-04-30 15:32:49 +02:00
data Merge branch 'master' into fallback 2018-04-30 15:32:49 +02:00
po Translated using Weblate (Polish) 2018-07-26 21:37:56 +02:00
tools make it ready to build using Builder. 2018-03-24 12:36:43 +01:00
.editorconfig add circle.yml to flatpak-build 2018-03-24 20:02:02 +01:00
.gitignore debug flatpak 2018-03-16 14:08:25 +01:00
authenticator.py.in fix headerbar, app not running on unity 2018-03-22 19:37:32 +01:00
circle.yml Rename Authenticator/circle.yml to circle.yml 2018-03-24 20:05:32 +01:00
com.github.bilelmoussaoui.Authenticator.json use gnome shell screenshot dbus api 2018-03-24 18:55:58 +01:00
LICENSE first commit 2016-05-25 22:18:10 +02:00
meson.build fix headerbar, app not running on unity 2018-03-22 19:37:32 +01:00
README.md Add system dependencies to readme 2018-08-08 11:05:47 +02:00

Translation status Version

Authenticator

Two-factor authentication code generator for GNOME. Created with love using Python and Gtk.

Screenshots

Features

  • QR code scanner
  • Beautiful UI
  • Huge database of (290+) websites/applications

Installation

Flatpak

You can install the flatpak package of the application from flathub using

flatpak install flathub com.github.bilelmoussaoui.Authenticator

Building from source code

Dependecies

  • Python 3.3+
  • Gtk 3.16+
  • meson 0.38+
  • ninja
  • pyotp
  • Pillow
  • pyzbar depends on zbar
    • libzbar-dev on Ubuntu
    • zbar on Arch
  • libsecret

1 - Clone the repository

git clone https://github.com/bilelmoussaoui/Authenticator && cd ./Authenticator

2 - Install Python dependecies

sudo pip install pyotp pyzbar Pillow meson ninja

PS : In some distributions you will need to use pip3 instead of pip to install the compatible version of the package with Python 3.

3 - Install System dependencies

sudo apt install gobject-introspection libgirepository1.0-dev libgtk-3-dev

4 - Afterwards

meson builddir
sudo ninja -C builddir install

5 - You can run the application from the desktop file or from terminal using

authenticator

Flags

  • --debug Open the application with debug flags

  • --version Shows the version number of the application

  • --about Shows the about dialog

Credits

  • Applications/Websites database are from twofactorauth, by 2factorauth team