From 743f4ce301b3c32b7272b6683f6cffbca9a4ee0a Mon Sep 17 00:00:00 2001
From: Triangle Rosmi
Date: Fri, 15 Mar 2024 11:48:49 +0000
Subject: [PATCH] Wrote description of repository.
---
README.md | 30 ++++++++++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e18c7e1..f6ee997 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,29 @@
-# labs-reports
+# Automatized Trip Reports Writing
-Automatized Trip Reports writing
\ No newline at end of file
+This is a collection of scripts to automatize writing trip reports. It will automatically add timestamps and elapsed time.
+
+## Generate Report
+
+First, run: `python3 report.py`. You will be asked for metadata, such as "Chemical", "Tester", "Dosage", etc. Then you will be asked to enter a note. After you submit the first note, it starts a timer for "elapsed time". Your first note can be, for example: "I have sniffed 50mg of ketamine". When you're done, write "save".
+
+Example of using the script:
+
+```
+Enter the name of the report: Ketamine
+Chemical: Ketamine
+Tester: tr
+Dosage (example: 5mg): 50mg
+Tolerance: N
+Cross-Tolerance: N
+Notes (example: Took 50mg Ketamine): sniffed 50 mg of ketamine
+Write 'save' to stop: (press enter here to enter the next note)
+Notes (example: Took 50mg Ketamine): some other note..
+Write 'save' to stop: save
+Trip report saved to Ketamine.json.
+```
+
+## Generate HTML table from your JSON report.
+
+Just run `gen_static.py`, it's fully interactive.
+
+## Note: gen_raw.py is currently broken.
\ No newline at end of file