HuiiBuh / NordVPN

Python Script to support the NordVPN Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NordVPN - Not Working

This is the backend of a NordVPN WebApp.

Installation Instructions

I only tested the Program with Python 3.6, so I can´t guarantee that it will work with anoterh python version. I heard that eel had problems with Python 3.7.

Download and install the official NordVPN commandline program. Then execute sudo apt-get update and sudo apt-get install nordvpn.

Install the package which connects the python app with the WebApp
pip3 install eel

Download this project and the NordVPN GUI.

.
├── root                   
│   ├── NordVPN
│   ├── NordVPNGUI
|...

To start the program execute the NordVPN.py file.
python3.6 NordVPN.py

About

Python Script to support the NordVPN Frontend

License:MIT License


Languages

Language:Python 100.0%