
Learn to install PyCharm Community Edition on Windows by downloading the installer, selecting the community edition, and restarting your computer.
Explore the Treeview preview widget in Tkinter to display data in a tabular, Excel-like format with configurable columns, headings, and editing capabilities, including adding rows and centering text.
Learn how to use the Tkinter text widget for multi-line user input, including creating the widget, configuring size and style, and performing insert, get, and delete operations.
Learn to use the frame widget in Tkinter to group widgets as a container, set size and background, and place inner controls like labels, buttons, and login forms.
Learn about label frame, a Tkinter container that groups widgets and can display a text label. Use pack or grid to display labeled frames with a customizable size and border.
Learn how to draw lines on a Tkinter canvas by creating a canvas, configuring its size and background, and using create_line with coordinates for horizontal, vertical, and centered lines.
Learn to build a tabbed interface with a notebook widget, creating multiple tabs each with its own frame, labels, and buttons, and customize with height, width, and padding.
Install pygame by activating the selected setup, running the required scripts, and verifying the installation with a command to confirm the package is listed.
Integrate functionality in a Tkinter Python GUI game by mapping choices to images, updating a big image display, and using a random computer choice with score and background music.
Implement a Tkinter-based tic-tac-toe game in Python by building a 9-button grid, binding mouse events, and coding AI moves, win detection, score tracking, and replay/reset functionality.
Create a Tkinter UI that splits a main image into nine parts, displays them in a 3x3 grid, and supports selecting, arranging, and playing the assembled image.
Welcome to the "Python GUI and Games with Tkinter: Build 5 GUI Games" course, a Tkinter is the standard Python interface for developing GUI. Python with Tkinter is the fastest and easiest way to create GUI applications. This course is created in a way that even a newbie can follow. Whether you have some experience in creating GUI using PyQt or any other framework or you are completely new this course is just right for you.
In this course first, you will learn Tkinter widgets that are used to make your GUI application. You will learn how to use widgets, how to customize them, how to change their properties, and a lot more. Then we are going to use all these widgets to make our GUI Games.
I will start by helping you get install needed things on your system, which includes Python, pip, and, PyCharm IDE, after that we will install the required packages as and when needed.
Tkinter widgets include:
MainWindow
PhotoImage
Label
Entry
Button
messagebox
Checkbutton
Radiobutton
Scale
Listbox
colorchooser
Text
filedialog
Menu
Frame
Toplevel
Progressbar
Canvas
Scrollbar
ScrolledText
ComboBox
TreeView
Spinbox
LabelFrame
Menubutton
Separator
Sizegrip
and muny more!
Then we are going to learn how to catch events.
Key Events from the Keyboard
Mouse events
Once we are done with the widgets, you will take a big leap and we are going to make games using Tkinter.
You will make the below games along with the course.
Game - 01: Rock paper scissors
Game - 02: tic tac toe
Game - 03: Color Ball Finder
Game - 04: Make an image from the image part
Game - 05: Flip a Card ( Card pair)
You will get lifetime access to all the lectures.
So what are you waiting for? Start creating an Awesome GUI application with me most easily and practically and boost your career.