Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyb3rmx/ghostvpn

Simple and lightweight TUI application for CyberGhostVPN.
https://github.com/cyb3rmx/ghostvpn

anonymity cyberghost linux npyscreen python tui vpn

Last synced: about 1 month ago
JSON representation

Simple and lightweight TUI application for CyberGhostVPN.

Awesome Lists containing this project

README

        

# GhostVPN


Simple and lightweight TUI application for CyberGhostVPN.

# Screenshot
![screen](.animations/screen.png)
[![video](https://asciinema.org/a/469682.svg)](https://asciinema.org/a/469682?autoplay=1)

# Usage
```bash
sudo python3 ghostui.py
```

# Setup
```bash
sudo pip3 install -r requirements.txt
```

## For Ubuntu based systems
```bash
sudo -H pip3 install -r requirements.txt
```