https://github.com/syntaxerror019/wireguard-gui
Modern GUI for all wg versions!
https://github.com/syntaxerror019/wireguard-gui
gui tk vpn wireguard
Last synced: about 15 hours ago
JSON representation
Modern GUI for all wg versions!
- Host: GitHub
- URL: https://github.com/syntaxerror019/wireguard-gui
- Owner: syntaxerror019
- Created: 2026-05-26T21:27:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-26T23:45:02.000Z (about 1 month ago)
- Last Synced: 2026-05-27T01:21:46.013Z (about 1 month ago)
- Topics: gui, tk, vpn, wireguard
- Language: Python
- Homepage: https://pypi.org/project/wireguard-gui/
- Size: 1.96 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple WireGuard GUI
A modern, easy-to-use desktop GUI for WireGuard, built with Python and CustomTkinter.
# Quick Install
```bash
pip install wireguard-gui
```
```bash
wireguard-gui
```
This is the best way to install the GUI...
If you are interested in newer later releases, feel free to clone the repo and install it manually with the following commands shown below.
```bash
git clone https://github.com/syntaxerror019/wireguard-gui.git
cd wireguard-gui
pip install .
```
```bash
wireguard-gui
```