Python Forum

Full Version: Step by Step Installation GUI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, please how can I create a step by step installation GUI in tkinter. Just like you want to install a software and you have to be clicking next button in order to install. Until the software finally installs.
Thanks.
Which GUI?
tkinter should (on most) already be installed.
There's also wxpython, Qt5, and a ton more (see: https://wiki.python.org/moin/GuiProgramming )