SkillAgentSearch skills...

AutoPaint

๐Ÿ–Œ A simple console app to draw images in MS paint.

Install / Use

/learn @VACEfron/AutoPaint
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

๐Ÿ–Œ AutoPaint

A simple console app to draw images in MS paint.

Introduction

This program takes control of your cursor and manipulates it to draw paintings from images.

Since it uses your cursor, you won't be able to really do anything while the program is drawing your image. However, you can move your mouse to pause the drawing and continue at any point while the program is still running. Please keep in mind that you should avoid moving the window it's drawing on to not mess up the drawing.

How to use

  1. Clone the repo.
  2. Position MS Paint to the top left of your screen like this and make sure the pencil/brush is selected with the size of one pixel.
  3. Navigate to src/bin/build and run the application.
  4. Make sure the application is not overlapping with MS Paint at the top left area of your screen and follow its instructions.

To change the image that will be drawn, simply replace assets/image.jpg with your own image. Use images with high dark and bright contrasts, like drawing outlines for the best results.

You may use any application where you can click and drag to draw, but I've only tested this using MS Paint.

Results

Here's a collection of results while using the application.

<img src="drawings/Crewmate.png" alt="Crewmate" width="250"/> <img src="drawings/Mona%20Lisa.png" alt="Mona Lisa" width="250"/> <img src="drawings/Pawn.png" alt="Pawn" width="250"/> <img src="drawings/Pain.png" alt="Pain" width="250"/> <img src="drawings/Taiga.png" alt="Taiga" width="250"/>

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated10mo ago
Forks0

Languages

C#

Security Score

67/100

Audited on May 21, 2025

No findings