Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cyb3rmx/ghostvpn
- Owner: CYB3RMX
- License: gpl-3.0
- Created: 2022-02-17T10:47:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T07:07:35.000Z (2 months ago)
- Last Synced: 2024-10-21T10:06:22.855Z (2 months ago)
- Topics: anonymity, cyberghost, linux, npyscreen, python, tui, vpn
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```