Skip to content

Weekend project to develop a desktop paint clone with basic painting functionalities using Python and PyGame.

Notifications You must be signed in to change notification settings

aymanish/Python-Paint-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Paint-Clone

Weekend project to develop a desktop paint clone with basic painting functionalities using Python and PyGame.

I implement features whenever I have an idea over a weekend.

image

Features include:

  • Undo redo feature using Stack data structure
  • Ability to save documents
  • Dynamic paint brushes depending on mouse velocity
  • Sliders to vary brush size as well as sensitivity to mouse speed
  • Ability to use an eraser and clear canvas
  • Ability to select multiple colours
  • Fill tool using flood fill algorithms

image

image

About

Weekend project to develop a desktop paint clone with basic painting functionalities using Python and PyGame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages