Posts by budes • 3 points
3 posts
- 
		0 votes1 answer79 viewsA: How can I pass data from one Tkinter window to another?If you want to relate two objects, the most appropriate would be to instantiate that object within your main class. Using inheritance, class property, you can call the methods of the class you are… 
- 
		-3 votes1 answer26 viewsQ: What is the mainloop functionality in the Tkinter frame?I was trying to make a frame appear on the screen on Tkinter, and after a lot, I tried to check the documentation and saw the name "mainloop", when testing it appeared on the screen, which I did not… 
- 
		0 votes0 answers24 viewsQ: How do I erase that edge on Canvas?I want to erase this edge that’s around Canvas, but I can’t find which attribute determines its existence. Could someone help me? The code: class Tela(): def __init__(self, resolucao:str): self.inst…