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 on the widget that I wish to "hide" (Yes, it NEEDS to be .place
).
OBS: Forgive me for some flaw in creating the question, or lack of clarity; Any questions that have been left by me, I am readily willing to clarify through the comments.
OBS: Use python 3, and for GUI: Tkinter (If you have not made it clear by the tag).
Thank you in advance!