ProtonVPN-GTK
An unofficial GTK 3 client for ProtonVPN. It's just GTK+ frontend for ProtonVPN/protonvpn-cli-ng.
Installation
Requirements
- Python 3.6+
- protonvpn-cli-ng
Installing
- install protonvpn-cli-ng with all dependencies.
- install PyGObjects.
- install ProtonVPN-GTK:
sudo python3 setup.py install
Usage
Run sudo protonvpn-gtk
.
Status
Implementation ToDO:
- Show connection status.
- Connect to server.
- Disconnect the current session.
- Change icon color on status change.
- Edit configuration.
- Add tests.
- Add logging.