Overview
Syllabus
- What we’re ultimately building
- Getting started
- The basics of every Tkinter App Root
- Add a button to the screen
- Passing in keyword arguments
- Using frames to organize widgets
- Setting custom colors
- pack to place widgets
- grid to place widgets
- place to place widgets
- Setting the appearance of our final application
- Adding background image
- Implementing button/entry functionality
- Connecting to the Weather API
- Making a GET request
- Formatting our response
- Changing Font and Font Size
- How to add weather icons to the app
- Making our App an executable using PyInstaller
Taught by
Keith Galli