see https://codeberg.org/lunadev/Wervet
A local python tool to turn raw data from the Aktion Saubere Hände into an Excel friendly dataset.
usage: main.py [-h] [--version] path_in path_out| Argument | Type | Description | example value |
|---|---|---|---|
path_in |
.csv File |
path to the raw data. | data/input.csv |
path_out |
.csv File |
desired path to the output file. Warning: will overwrite the file | data/output.csv |
--version |
print the version |
| program/tool | version I used while testing | usage | |
|---|---|---|---|
| git | 2.34.1 | download program from github | optional |
| python | 3.13.0 | run the programm | required |
| powershell | 5.1.19041.4894 | shell on Windows | required |
git clone https://github.com/LunaDEV-net/Wervet.git
cd WervetTodo
python -m venv .venv.venv is the recommended path, if you change it, you would also have to change the run script.
.\.venv\Scripts\Activate.ps1
python src\main.py {arguments} (see usage)or
run.ps1
.venv/bin/python src/main.py {arguments} (see usage)
-> see Issues
Contact me personally or write a GitHub Issue