/pyint

A Python and Tkinter, Microsoft Paint clone

Primary LanguagePython

Pyint

Pyint is a Python application acting as a Microsoft Paint clone. Tkinter and Pillow are used.

  • Line width is adjustable
  • Free-draw is supported
  • One-time-undo is possible with rectangles, ovals and lines.

Icons are from icons8.com

Click here to go to the report.

Installation

Developed and tested on Python 3.7

Use the package manager pip to install pillow.

pip install pillow

Usage

$ python main.py

Screenshot

screenshot

License

MIT