Skip to content

Kannampuzha/PyDraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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.

Releases

No releases published

Packages

No packages published

Languages