Paint
Paint project made in tkinter
For running:
pip install Pillow
python main.py
Features
Easily configurable color picker:
Slider for width of every tool:
Multiple tools (Select tool, Brush tool, Rectangle...):
Popup window for changing window dimensions:
Menu bar:
Tools
Select tool
Select any area
- Supports copying
- Pasting image afterwards (on default position only)
Brush tool
Draw using any sizes or colors
- Supports Undo (Ctrl+Z)
Shape tools
Draw shapes using any sizes or colors
- Supports Undo (Ctrl+Z)
Clear tool
- Clears canvas
Additional tools
Opening a image (Ctrl+O)
Saving image
- in default location (
./canvas.png
) or custom location with custom file format (.jpng
,.png
or even.bmp
)
Pasting image from clipboard
- Simply press (Ctrl+V) and your image from clipboard will be pasted on to the canvas