Skip to content

Pagasis/Paint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paint-Application

A simple paint application in python

You can save a vector by saving it as .ps (Postscript) file and converting it to pdf/svg.

Sample Images 1 2 3 4 5

Modules used:

  1. pyscreenshot
  2. Pillow

Installing requirements

pip install -r requirements.txt

Things worth adding:

  • Ctrl +Z shortcut for undo.
  • Redo button
  • Shapes
  • UI Improvement
  • Pickling Undo function (Currently it uses text files and exec())

Special thanks to VFXGamer for the graph idea and styling this repo.

About

Paint app in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%