Posts by Dragonic • 1 point
2 posts
-
0
votes1
answer30
viewsA: Tkinter interface appearing separate
I did it, anyway! It was in trial-and-error, but in case someone finds it in the future: import sys import tkinter as tk import tkinter.ttk as ttk class menuPrincipal: def __init__(self): global…
-
0
votes1
answer30
viewsQ: Tkinter interface appearing separate
The interface works, but appears divided; part of the code in one window and part in another. The code was originally generated with PAGE, but then I changed to either get rid of the support file or…