Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.33 KB

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.