Description
In this course, you will :
- Learn about the Tkinter library in Python
- Create desktop apps using Python
- Go from a programming beginner to an app developer
- Boost your confidence and skills in programming
Syllabus :
1. Widgets and GUI in Tkinter
- Creating Your First GUI
- Widgets in Tkinter
- Adding a Button to the GUI App
- Geometry Management in Tkinter
- Entry Widget in Tkinter
- OptionMenu Widget
- Radiobutton Widget
- Checkbutton Widget
- Text Widget
- Registration Form Using Tkinter Widgets
- Canvas Widget
- Frames in Tkinter
2. Final Project - Rock Paper Scissors Game
- Overview of the Final Project
- Designing the Game UI
- Writing the Game Logic