tebelorg/RPA-Python — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python package for robotic process automation that lets regular Python users automate boring computer tasks with a very small API.
I want someone to be able to install it with pip, import it as rpa, start a session, open a website, type into fields, click buttons, wait, take screenshots, and close everything cleanly. It should also support visual automation where the script can click images on the screen, control the keyboard and mouse, read text from screenshots or PDF windows with OCR, and work on websites, desktop apps, and command line workflows.
Please make the API feel friendly, with functions like init, url, type, click, wait, snap, read, keyboard, mouse, hover, and close. Include a clear sample script and README examples for web automation, visual automation, OCR, keyboard control, and mouse control.
Make it work on Windows, macOS, and Linux as much as possible, and add practical notes for setup issues. Look up current docs online if needed.
Want more depth? Deep Reverse