Ever wanted to automate your keyboard and mouse and perform clicks/take screenshots?

I could not find any package to automate the keyboard/mouse so I built a wrapper of a Python library using PyCall. This allows you to perform complex key clicks/take screenshots/scroll etc using Julia syntax/arrays etc!!! :slight_smile:

Repository
Examples provided in the test notebook

[HELP] Every function works when run in a notebook but when I make it into a package I get PyCall errors. Could someone help me fix it? Its the only thing left.
ERROR: ArgumentError: ref of NULL PyObject

Hey there, i did a little research for my own project and i found this package to be good for mouse and keyboard automation as well. Readme ยท GLFWAbstraction.jl