How to make a GUI with Python

Опубликовано: 11 Октябрь 2024
на канале: CodeStraight with Smaran
580
30

In this video, we will show you how to make apps using Python

IMPORTANT NOTE: If the import step fails and you are using a mac, follow the steps below

Download ActiveTcl version 8.5.15 and NOT 8.6.1 (do NOT do this if tkinter seems to work) http://www.activestate.com/activetcl/...

open the .dmg file that was downloaded and run it. It will ask to open ActiveTcl-8.5.pkg, but depending on the security settings, you may need to right click and select open.

Try the program again. If it does not work, check the python version; it should be higher than 3.4.

#tkinter #gui_python