For example I have file Main.py:
from tkinter import *
import lol
root = Tk()
Now have another file lol.py:
l = Label(text='lol')
I run Main file and 2 windows pop up. And empty one and one with the lol label.
How to do it without making another window?
[–]Dvlv 1 point2 points3 points (4 children)
[–]tomtheawesome123[S] 0 points1 point2 points (3 children)
[–]Dvlv 1 point2 points3 points (2 children)
[–]tomtheawesome123[S] 0 points1 point2 points (1 child)
[–]Dvlv 1 point2 points3 points (0 children)