Authenticator/README.md

39 lines
1.1 KiB
Markdown
Raw Normal View History

2016-05-29 22:27:28 +02:00
![Status](https://img.shields.io/badge/version-alpha-red.svg) ![Python version](https://img.shields.io/badge/python-3.4%2C%203.5-blue.svg)
2016-05-27 14:31:04 +02:00
# TwoFactorAuth
2016-05-29 04:10:10 +02:00
Two-factor authentication generator for Gnome <br>
2016-05-29 04:05:19 +02:00
For translators : https://www.transifex.com/twofactorauth/twofactorauth/
2016-05-27 14:56:58 +02:00
### Dependecies
- `Python 3.3+`
- `Gtk 3.18+`
- `PyOTP`
2016-05-30 18:02:43 +02:00
- ``
2016-05-27 14:56:58 +02:00
2016-05-27 14:31:04 +02:00
### Screenshots
2016-05-29 22:27:28 +02:00
<img src="screenshots/screenshot7.png" width="280" /> <img src="screenshots/screenshot1.png" width="280" /> <img src="screenshots/screenshot2.png" width="280" />
2016-05-27 14:31:04 +02:00
2016-05-27 14:56:58 +02:00
### Credits
- Websites and application icons are from Paper theme, created by [Sam Hewitt](https://github.com/snwh)
2016-05-27 14:31:04 +02:00
### Installation
1 - Clone the repository
```bash
git clone https://github.com/bil-elmoussaoui/TwoFactorAuth && cd ./TwoFactorAuth
```
2016-05-27 14:56:58 +02:00
2 - Install `PyOTP`
```bash
sudo pip install pyotp
```
2016-05-27 20:33:00 +02:00
<sub>PS : In some distributions you will need to use `pip3` instead of `pip` to install the compatible version of the package with Python 3.</sub> <br>
2016-05-27 14:56:58 +02:00
3 - Afterwards
2016-05-27 14:31:04 +02:00
```bash
./autogen.sh
make
sudo make install
```
2016-05-29 22:28:27 +02:00
4 - You can run the application from the desktop file or from terminal using
2016-05-27 14:56:58 +02:00
```bash
twofactorauth
```