Posts by John Stackard • 41 points
3 posts
- 
		0 votes2 answers901 viewsQ: How to hide a Widget?I need to know some way that by clicking on Button "hide" a widget (a Label for example) from my window, being possible to use it later; Using place in widget you wish to "hide" (Yes, MUST be the… 
- 
		1 votes1 answer2280 viewsA: Change colors in program using TkinterAll right, buddy? You didn’t succeed because you referred to "night" on def Padrao , where the name of your window was set to "start", not to "night"; Adjusting this, I then added the light color;… 
- 
		0 votes1 answer187 viewsA: Finishing a python projectPython is an interpreted language, so it needs an interpreter, which comes with the Python package; however, there is how to turn your file into an executable, independent of the operating system;…