wire-py-reformat-14-09-2024 #14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "wire-py-reformat-14-09-2024"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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()