Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 512 Bytes

File metadata and controls

23 lines (20 loc) · 512 Bytes

Paint GUI Using python 3.O v

Paint 1
Note:- I am currently learning Drawing.


Before Running the Script

   pip install pillow (on Windows)

   pip3 install pillow (on Mac)

To run the project

   python paint.py (on Windows)

   python3 paint.py (on Mac)

===>Paint preview<===

Paint 1

===>Custom Colors<===

Paint 2