Welcome to the "Build A Drawing App/Paint App With Tkinter and Python" course, a Tkinter is the standard Python interface for developing GUI. Python with Tkinter is the fastest and easiest way to create GUI applications.
In this course first, you will learn about Tkinter widgets that we will use in our application. You will learn how to use widgets, how to customize them, how to change their properties, and a lot more, additionally we will also learn how to handle keyboard and mouse events in canvas and we will see how to move objects using a keyboard and mouse.
I will start by helping you to get your setup done, which includes Python, pip, and, PyCharm IDE installation
Then after I will teach you how to make GUI for the drawing/paint app in Python using Tkinter and then we will integrate the functionality.
You will be surprised just how quickly you can create any GUIs.
Throughout the course, we will be building out a Paint/Drawing app.
We are going to learn about
How to draw shapes like lines, rectangles, squares, arcs, ovals, circles & polygons on canvas.
How to create simple 2D animations in canvas
How to change the color of the canvas and the brush
How to change the type and the size of the brush
How to add undo facility to delete the shape which we had added recently
How to add erase functionality
How to fill color in created shapes
How to save our drawing as an image
In the end, I will show you how to package your app as a .exe file that you can share with others!
So what are you waiting for? Let's start creating a Paint/Drawing App with Python now.