Build A Paint Program With TKinter and Python

Build A Paint Program With TKinter and Python

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2 Hours | 2.05 GB

Build Graphical User Interface Apps with Python and TKinter The Fast and Easy Way!

In this course I’ll teach you how to make graphical user interfaces for Python using TKinter. You’ll be surprised just how quickly you can create some pretty cool looking apps!

I’ll show you the ins and outs of tKinter, and then I’ll show you how to package your app as an .exe file that you can share with others!

We’ll be building out a Paint program throughout the course! You’ll be able to draw on a canvas, choose from three different brush typed, change the color of the brush and canvas, and change the size of the brush. You’ll also be able to save the images.

If you’ve ever wanted to create GUI apps with Python, this is the course for you!

What you’ll learn

  • Intermediate TKinter
  • How to Build A Paint App With TKinter and Python
  • Download and Install Python and Tkinter
  • Create Executable .exe Apps
Table of Contents

Set Up Development Environment
1 Introduction
2 First Things First How To Get Support Fast
3 Install Python
4 Install Sublime Text And Git Bash Terminal

Create Paint App With TKinter
5 First TKinter Program
6 Intro To The Canvas Widget
7 Creating Lines On The Canvas
8 Bind The Mouse To The Canvas
9 Draw With The Mouse
10 Define Brush Parameters
11 Create Brush Options Frame
12 Create Brush Size Frame
13 Create Brush Size Slider
14 Update Brush Width On Canvas
15 Change Brush Type
16 Change Colors
17 Color Chooser Widget
18 Clear Screen and Save Image Buttons
19 Clear Screen Function

Save The Canvas Image
20 Save Image File Dialog Box
21 Set Correct PNG File Extension
22 Pip Install Pillow
23 Save The Image
24 Save Image Pop Up Message Box
25 Convert to EXE Executable File
26 Bonus Lecture