![Logo](/CampAsAChamp/MS-Paint-Automation/raw/master/images/logo.png)
Automatically draw an image in Microsoft Paint
Pick an image and this program will recreate that image using Microsoft Paint.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- Python 3
- Clone the repo
git clone https://github.com/CampAsAChamp/msPaintAutomation.git
- Create virtual environment
python -m venv .venv
- Activate virtual environment
source ./venv/Scripts/Activate
- Download dependencies
pip install -r requirements.txt
- Change Image Path in code to your image
18 image_file = 'C:\\Users\\Nick\\Pictures\\logo.jpg' # Change the path to the path to your image
- Start Microsoft Paint in the background
- Run this program (with the image_path variable replaced to your own), and switch to Microsoft Paint within 5 seconds of starting
- Put cursor in the top left corner of the drawing canvas
- Wait until finished (can take up to 10 minutes)
- If you want it to stop press CTRL + ALT + DEL and put your mouse in the top left corner of the screen
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.