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/WebKess.git
cd WebKess
Todo
python -m venv .venv
.venv is the recomanded 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 personaly or write a Github Issue