Get tkinter for python 3 mac sierra

broken image

Popular Python distributions like ActivePython and Anaconda both come with Tkinter.

broken image

broken image

Python 3.7 or greater for Windows comes with everything you need to run Tk fully configured out-of-the-box.However, if you want to take advantage of the latest version of Tkinter, you’ll need to install a version of Python that supports Tcl/Tk 8.5 or greater, as well as Ttk (Tile extension integrated into Tk), which is required in order to run the current Tk widget set. Installing Tkinter on Windows is as simple as installing Python 3.x since Tkinter is included in the Python 3 core. Tkinter is the de facto way in Python to create Graphical User interfaces (GUIs).