python - What does calling Tk() actually do? - Stack …
https://stackoverflow.com/questions/24729119/what-does-calling-tk-actually-do
WebJul 13, 2014 · Tkinter works by starting a tcl/tk interpreter under the covers, and then translating tkinter commands into tcl/tk commands. The main window and this interpreter …
DA: 78 PA: 32 MOZ Rank: 17