Microsoft Paint
Createdghuntley
Controls Microsoft Paint programmatically using the Microsoft Commandline Protocol (MCP).
About
Enables programmatic control of Microsoft Paint through a JSON-RPC 2.0 compatible server, leveraging the Microsoft Commandline Protocol (MCP). It allows developers to automate tasks such as drawing lines, shapes, and pixels, setting colors, and controlling the Paint window from other applications or scripts. The server communicates via stdin/stdout, making it accessible from various programming environments. A test client written in Python is provided to demonstrate usage.
Key Features
- JSON-RPC 2.0 interface
- Draws lines, shapes, and pixels programmatically
- Launches and connects to Microsoft Paint
- 6 GitHub stars
- Controls the Paint window
- Sets colors and tool properties
Use Cases
- Automated image generation
- Remote control of Microsoft Paint
- Scripting repetitive drawing tasks