Welcome back to another video! In this video, I’ll be going over how to create a paint application similar to Microsoft Paint. I will be using python and pygame to create this application.
Code In This Video: https://github.com/techwithtim/PythonPaintProgram
⭐️ Timestamps ⭐️
- 00:00:00 | Introduction and Demo
- 00:02:16 | Installing Pygame
- 00:03:24 | Directory Setup
- 00:05:15 | Project Settings File
- 00:12:56 | Pygame Setup & Event Loop
- 00:19:12 | Grid/Pixel Setup
- 00:34:55 | Drawing Basics
- 00:42:51 | Creating Buttons
- 01:00:18 | Different Drawing Colors
- 01:03:15 | Clearing The Canvas
- 01:04:48 | Changing Settings
#python