Skip to content
Snippets Groups Projects
Commit 84bf6abe authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Updated README.md

parent 91d33fcd
No related branches found
No related tags found
No related merge requests found
# Hallgrim - an ILIAS task generator in Python # Hallgrim - an ILIAS task generator in Python
## Installation
```
git clone https://gitlab.gwdg.de/j.michal/ilias-generator.git
cd ilias-generator
pip install -e .
```
## Usage ## Usage
Invoke the script with `python3 grim.py -h` in order to see usage. Currently After the install just invoke `hallgrim -h` to see usage. The directory hallgrim
many features are not yet implemented. Single and Multiple Choice questions is invoked in, should contain a `config.ini`.
can be generated also in parametrized form.
Example scripts can be found in `scripts/examples/`. Example scripts can be found [in a seperate repository](https://gitlab.gwdg.de/j.michal/ilias-scripts).
### Dependencies ### Dependencies
- `pip install mistune` `pip` will try to install them automatically. If you can figure out how to
- `pip install pygments` replace requests with the native urllib3 - you are welcome to help.
- `pip install requests`
- `pip install requests_toolbelt` - `mistune`
- `pygments`
- `requests`
- `requests_toolbelt`
### TODO ### TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment