🚀 Quickly create super basic background services (i.e., launchctl agents) for macOS in Python.
pip install launchctl-py
usage: lpy [-h] [-c] [-s]
optional arguments:
-h, --help show this help message and exit
-c, --create Create a new launchctl agent
-s, --status Get the status of the agents you created
...
👷 Additional features are under development...
...