Metadata-Version: 2.4
Name: wireguard-gui
Version: 0.1.1
Summary: A simple, modern WireGuard GUI.
Author-email: Miles Hilliard <miles@mileshilliard.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: customtkinter
Requires-Dist: darkdetect

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