Added example of gen_static.py output

This commit is contained in:
Triangle Rosmi 2024-03-15 11:52:23 +00:00
parent 743f4ce301
commit befd6ae395
1 changed files with 7 additions and 0 deletions

View File

@ -26,4 +26,11 @@ Trip report saved to Ketamine.json.
Just run `gen_static.py`, it's fully interactive. Just run `gen_static.py`, it's fully interactive.
```
$ python3 gen_static.py
Enter path to JSON report: Ketamine.json
Enter path for destination HTML file: ketamine.html
HTML report saved to ketamine.html.
```
## Note: gen_raw.py is currently broken. ## Note: gen_raw.py is currently broken.