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.
💻 AlgoExpert is the coding interview prep platform that I used to ace my Microsoft and Shopify interviews. Check it out and get a discount on the platform using the code “techwithtim“
📄 Resources 📄
Fix Pip (Windows):
Fix Pip (Mac):
Pygame Walkthrough:
Python Object Oriented Programming:
Code In This Video:
⭐️ 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 Button