/Paint-it

Automation tool to draw images in MS Paint

Primary LanguageC#MIT LicenseMIT

Paint-it


Image: "Pepe the frog"

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

Installing

Download the latest release from here and extract the zip file.

Usage

  1. Click 'Browse' and select an image.

Step 1

  1. Open MS Paint (or any other graphics editor you prefer) and select a drawing tool.

  2. Select the color you want.

Step 2

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

Step 3

  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 4

⚠️ Warning

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