doc: readme

This commit is contained in:
eneller
2025-04-13 23:40:53 +02:00
parent 43c97ee035
commit 3974f791af

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# uulm-utils
Collection of helpers for Ulm University students.
## Installation
Requires:
- [python](https://www.python.org/)
- [playwright](https://playwright.dev/python/)
Assuming you have a recent version of python installed, run
```
pip install git+https://github.com/eneller/uulm-utils
```
Or, even better, use [uv](https://docs.astral.sh/uv/) or [pipx](https://pipx.pypa.io/stable/installation/) to install.
This will provide the `uulm` command.
## Usage
```
Usage: uulm [OPTIONS] COMMAND [ARGS]...
Options:
-u, --username TEXT
-p, --password TEXT
--headful Show the browser window
--help Show this message and exit.
Commands:
campusonline Interact with the module tree in Campusonline
coronang Automatically register for courses on CoronaNG
```