
Learn to build desktop and web graphical user interfaces with Python, switch between desktop and web UI, and style simple GUI apps.
Add widgets to the window using the layout parameter to place text and buttons such as ok and cancel in a grid.
Create a simple Python GUI to collect user input via a form with text fields and labels, read inputs, and display the name and button pressed in real time.
Build a Python graphical user interface to browse and preview many look-and-feel teams via a simple team viewer, and set a selected team with the team function.
Create a custom theme by defining a team as a dictionary of color settings, then apply colors to elements like background and buttons using English names or hexadecimal codes.
This course teaches you how you can quickly create desktop apps with Python. The content makes this easy: you don't have to be an expert in PyQt, Tkinter, wxPython or the web: instead you can easily switch between all of them.
If you want to start with creating desktop apps in Python and it all seems overwhelming, this is an easy course to get started with programming desktop apps in Python