/paint-it

Simple automation tool to draw images in MS Paint

Primary LanguageC#MIT LicenseMIT

Paint-it


Overview

This program can draw images on MS Paint (or any other similar graphics editors) by taking control of the mouse. This can only draw images in binary colors and all the images will be converted to binary when drawing. This project was inspired by r/Python

Getting Started

Prerequisites

Install .NET Framework, Version=v4.5.2

Usage

  1. Bring the Paint-it window to the top and keep the graphics editor visible as shown in the following image.

Step 1

  1. Click 'Draw'.

  2. Select the drawable area on the graphics editor by clicking the left mouse button and dragging. Press 'ESC' key to cancel the process. On releasing the left mouse button the program will start to draw the image. Move the mouse to stop drawing.

Step 3

⚠️ Warning

This program has not tested on computers with multiple screens and it might give unexpected behaviors.