/PaintApp

For my final project in CS50x

Primary LanguagePython

Paint App

This is a simple paint app made using python. It was made using tkinter, PILs Image and ImageDraw libraries.

image
The paint app starts out with a blank canvas.


image
To start drawing left click and move your mouse around the canvas to draw, the default colour is black and you can select more below the canvas.


image
You can also change the pen size below the colour selection by pressing the plus and minus icons.


image
You can then save your image as a png.


image
Final png image.