Skip to content

taufiqsumadi/Gnome-TwoFactorAuth

 
 

Repository files navigation

Status Version Python version

Gnome TwoFactorAuth

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

### Dependecies - `Python 3.3+` - `Gtk 3.16+` - `python-pyotp` - `python-yaml` - `python-pillow` - `zbarlight` depends on `zbar` - `libzbar-dev` on Ubuntu - `zbar` on Arch - `GnomeKeyring` - `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
  • Handy shortcuts
  • Huge database of (290+) websites/applications

Installation

  • On Arch :
yaourt -S gnome-twofactorauth

Credits

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

How to build from source

1 - Clone the repository

git clone https://github.com/bil-elmoussaoui/TwoFactorAuth && cd ./TwoFactorAuth

2 - Install Python dependecies

sudo pip install pyotp zbarlight python-yaml pillow

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

./autogen.sh
make
sudo make install

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

gnome-twofactorauth

Arch users can build from source directly using AUR yaourt -S gnome-twofactorauth-git

Flags

  • --debug
    Open the application with debug flags
  • --version
    Shows the version number of the application
  • --about
    Shows the about dialog

About

Two-Factor Authentication code generator for Gnome

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.4%
  • Makefile 4.2%
  • Other 2.4%