https://github.com/alyetama/launchctl-py
Quickly create super basic background services (i.e., launchctl agents) for macOS in Python
https://github.com/alyetama/launchctl-py
agents launchctl macos python
Last synced: about 1 month ago
JSON representation
Quickly create super basic background services (i.e., launchctl agents) for macOS in Python
- Host: GitHub
- URL: https://github.com/alyetama/launchctl-py
- Owner: Alyetama
- Created: 2022-07-04T00:42:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T14:22:26.000Z (almost 4 years ago)
- Last Synced: 2025-05-22T10:56:41.500Z (about 1 year ago)
- Topics: agents, launchctl, macos, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Launchctl-Py
🚀 Quickly create _super basic_ background services (i.e., launchctl agents) for macOS in Python.
[](https://www.python.org/downloads/) [](https://www.python.org/dev/peps/pep-0008/) 
## Requirements
- 🐍 [python>=3.7](https://www.python.org/downloads/)
## ⬇️ Installation
```sh
pip install launchctl-py
```
## ⌨️ Usage
```
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...**\
...