No description
LICENSE | ||
logo.png | ||
README.md | ||
wireguide |
wireguide
WireGUIde is a graphical user interface for WireGuard: https://www.wireguard.com/
It makes use of:
- libnm (https://developer.gnome.org/libnm/stable/usage.html)
- wxPython (https://wxpython.org/)
- GObject Introspection (https://gi.readthedocs.io/en/latest/)
Thanks to Jan Bodnar of zetcode.com for the valuable tutorial on wxPython dialogs: