/Paint

Paint project made in tkinter

Primary LanguagePython

Paint

Paint project made in tkinter

image

For running:

pip install Pillow
python main.py

Features

Easily configurable color picker:

image

Slider for width of every tool:

image

Multiple tools (Select tool, Brush tool, Rectangle...):

image

Popup window for changing window dimensions:

image

Menu bar:

image image

Tools

Select tool

Select any area

image

  • Supports copying
  • Pasting image afterwards (on default position only)

Brush tool

Draw using any sizes or colors

image

  • Supports Undo (Ctrl+Z)

Shape tools

Draw shapes using any sizes or colors

image

  • Supports Undo (Ctrl+Z)

Clear tool

  • Clears canvas

Additional tools

Opening a image (Ctrl+O)

image

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