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

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!

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
```