# WireGuard TUI
**WireGuard TUI** is a simple terminal-based tool for managing WireGuard VPN on Linux.
It allows you to easily enable or disable VPN via a user-friendly text menu.
---
## Features
* Turn WireGuard VPN **on** and **off**.
* Save your `sudo` password and configuration name in `settings.json`.
* Colorful terminal output (via `colorama`).
* Works on **Linux only**.
---
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/nefr7t/wireguard-tui.git
cd wireguard-tui
```
2. **Install dependencies:**
```bash
pip install -r requirements.txt
```
3. **Run the program:**
```bash
python3 wireguard_tui.py
```
---
## Configuration
* On the first launch, the program will prompt you to enter your **sudo password** and WireGuard configuration name (e.g., `wg0`).
* This information is saved in a `settings.json` file (created automatically).
---
## Requirements
* **Linux** (uses `wg-quick`).
* Installed **WireGuard**.
* Python 3.7 or higher.
---
## Contributions & Ideas
If you have suggestions or want to improve the project, contact me at **[io1n@proton.me](mailto:io1n@proton.me)** or create a Pull Request.
---
## License
**MIT License** – free to use, modify, and distribute.
Raw data
{
"_id": null,
"home_page": null,
"name": "wireguard-tui",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "wireguard, vpn, tui, linux",
"author": null,
"author_email": "ion <io1n@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/8c/18/6d6ff957f82c3cb1ed867cadd5fe288a247f7506edb6117cd350d4692e09/wireguard_tui-0.1.0.tar.gz",
"platform": null,
"description": "# WireGuard TUI\n\n**WireGuard TUI** is a simple terminal-based tool for managing WireGuard VPN on Linux.\nIt allows you to easily enable or disable VPN via a user-friendly text menu.\n\n---\n\n## Features\n\n* Turn WireGuard VPN **on** and **off**.\n* Save your `sudo` password and configuration name in `settings.json`.\n* Colorful terminal output (via `colorama`).\n* Works on **Linux only**.\n\n---\n\n## Installation\n\n1. **Clone the repository:**\n\n ```bash\n git clone https://github.com/nefr7t/wireguard-tui.git\n cd wireguard-tui\n ```\n\n2. **Install dependencies:**\n\n ```bash\n pip install -r requirements.txt\n ```\n\n3. **Run the program:**\n\n ```bash\n python3 wireguard_tui.py\n ```\n\n---\n\n## Configuration\n\n* On the first launch, the program will prompt you to enter your **sudo password** and WireGuard configuration name (e.g., `wg0`).\n* This information is saved in a `settings.json` file (created automatically).\n\n---\n\n## Requirements\n\n* **Linux** (uses `wg-quick`).\n* Installed **WireGuard**.\n* Python 3.7 or higher.\n\n---\n\n## Contributions & Ideas\n\nIf you have suggestions or want to improve the project, contact me at **[io1n@proton.me](mailto:io1n@proton.me)** or create a Pull Request.\n\n---\n\n## License\n\n**MIT License** \u2013 free to use, modify, and distribute.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple TUI for managing WireGuard VPN on Linux.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/nefr7t/wireguard-tui",
"Issues": "https://github.com/nefr7t/wireguard-tui/issues"
},
"split_keywords": [
"wireguard",
" vpn",
" tui",
" linux"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "be503d09cecf213f2bf9e3533c4273178b878383bbba2eaa8ca7fcd4ca399a54",
"md5": "ad847e4720f4609c17342231ea75668e",
"sha256": "7a8247dba795fd03c1463c60181f1d931dfece5f923045046bf6a0afa761e7ab"
},
"downloads": -1,
"filename": "wireguard_tui-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ad847e4720f4609c17342231ea75668e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4535,
"upload_time": "2025-07-27T19:28:27",
"upload_time_iso_8601": "2025-07-27T19:28:27.864808Z",
"url": "https://files.pythonhosted.org/packages/be/50/3d09cecf213f2bf9e3533c4273178b878383bbba2eaa8ca7fcd4ca399a54/wireguard_tui-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8c186d6ff957f82c3cb1ed867cadd5fe288a247f7506edb6117cd350d4692e09",
"md5": "bacc5fc933a1058bc5d250797b4f8af0",
"sha256": "d4de1551ad3ba0d5207ead950764cf150006f386f90fb5f51ee9146ef16a4f82"
},
"downloads": -1,
"filename": "wireguard_tui-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "bacc5fc933a1058bc5d250797b4f8af0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3932,
"upload_time": "2025-07-27T19:28:29",
"upload_time_iso_8601": "2025-07-27T19:28:29.210997Z",
"url": "https://files.pythonhosted.org/packages/8c/18/6d6ff957f82c3cb1ed867cadd5fe288a247f7506edb6117cd350d4692e09/wireguard_tui-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-27 19:28:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nefr7t",
"github_project": "wireguard-tui",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "colorama",
"specs": []
}
],
"lcname": "wireguard-tui"
}