Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 441 Bytes

auto-draw

Drawing automation with PyAutoGUI

Listen to examples

IMAGE ALT TEXT HERE

Install dependencies

pip install pyautogui

How to use it

  1. Open your favourite graphics editor
  2. Adjust cursor starting position in "draw.py" if needed
  3. Run the script in console via: "python draw.py"