Completed
- place to place widgets
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Program a GUI Application with Python Tkinter
Automatically move to the next video in the Classroom when playback concludes
- 1 - What we’re ultimately building
- 2 - Getting started
- 3 - The basics of every Tkinter App Root
- 4 - Add a button to the screen
- 5 - Passing in keyword arguments
- 6 - Using frames to organize widgets
- 7 - Setting custom colors
- 8 - pack to place widgets
- 9 - grid to place widgets
- 10 - place to place widgets
- 11 - Setting the appearance of our final application
- 12 - Adding background image
- 13 - Implementing button/entry functionality
- 14 - Connecting to the Weather API
- 15 - Making a GET request
- 16 - Formatting our response
- 17 - Changing Font and Font Size
- 18 - How to add weather icons to the app
- 19 - Making our App an executable using PyInstaller