From d1a822fff0ed7625b8cb7f3e0daf3171d4a10223 Mon Sep 17 00:00:00 2001 From: punix Date: Sat, 14 Sep 2024 23:25:48 +0200 Subject: [PATCH] little fixes, add msg_window() function for Messagebox to show a tk.Toplevel() replace var = open() with: with open() as var: and remove by classes (tk.tk) and super() --- .idea/workspace.xml | 31 +++++++++-- install.py | 46 ++++++---------- main.py | 12 ++--- start_wg.py | 9 ++-- wg_func.py | 128 ++++++++++++++++++++++---------------------- 5 files changed, 115 insertions(+), 111 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3d2ae66..153e2ac 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,10 @@