Generate Two-Factor Codes
Find a file
Bilal Elmoussaoui 7ab94f1df2 debug zbarlight
2018-03-16 14:25:06 +01:00
.github rename RDNN 2018-03-16 04:12:49 +01:00
Authenticator debug zbarlight 2018-03-16 14:25:06 +01:00
data correct filenames 2018-03-16 12:54:04 +01:00
po Merge branch 'master' into beta 2018-03-16 04:14:36 +01:00
tools remove unused code 2018-03-16 12:49:51 +01:00
.editorconfig fix end_line 2017-09-17 00:10:15 +02:00
.gitignore debug flatpak 2018-03-16 14:08:25 +01:00
.travis.yml new alpha release 2017-01-10 04:08:59 +01:00
authenticator.py.in rename RDNN 2018-03-16 04:12:49 +01:00
com.github.bilelmoussaoui.Authenticator.json more debug 2018-03-16 14:10:39 +01:00
LICENSE first commit 2016-05-25 22:18:10 +02:00
meson.build bump version number to 0.2 2018-03-16 13:36:19 +01:00
README.md replace gnome-keyring with Secret 2018-03-16 14:01:30 +01:00

Translation status Status Version Python
version

Authenticator

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

Dependecies

  • Python 3.3+
  • Gtk 3.16+
  • meson 0.38+
  • ninja
  • pyotp
  • Pillow
  • zbarlight depends on zbar
    • libzbar-dev on Ubuntu
    • zbar on Arch
  • libsecret
  • gnome-screenshot
PS: The application was only tested on Arch with Gtk 3.20+, but it should work nicely with older versions too. Keyboard shortcuts widget won't be shown for older versions.

Screenshots


Features

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

Credits

  • Websites and application icons are from Paper theme, created by Sam Hewitt
  • Applications/Websites database are from Authenticator, by 2factorauth team

How to build from source

1 - Clone the repository

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

2 - Install Python dependecies

sudo pip install pyotp zbarlight pyaml 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 - Afterwards

meson builddir
sudo ninja -C builddir install

4 - 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