diff --git a/README.md b/README.md
index bd210f8..80b7111 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,29 @@
-# dynamo-scripts
+# Dynamo scripts
+
+For more info see readme.md in each folder
+
+## Scripts
+
+### building-pad-from-elemens
+
+Create building pad from selected elements.
+
+State: Mostly working, not stable
+
+### kimai-export-parser
+
+Parse exported excel tables from kimai1. It will create summaries per project per weeks.
+
+State: stable, not maintained any more, only for 1.x
+
+## Nodes
+
+### WeekDayNumber
+
+Created for kimai-export-parser
+
+Input: Weekday. Output: number of the day starting from monday
+
+State: stable, should work in 2.x as well.
+
-My dynamo scripts
\ No newline at end of file
diff --git a/example-dir/1.x/empty-dir b/example-dir/1.x/empty-dir
new file mode 100644
index 0000000..e69de29
diff --git a/example-dir/2.x/empty-dir b/example-dir/2.x/empty-dir
new file mode 100644
index 0000000..e69de29
diff --git a/example-dir/readme.md b/example-dir/readme.md
new file mode 100644
index 0000000..e69de29
diff --git a/kimai-export-parser/1.x/KimaiExportParser.dyn b/kimai-export-parser/1.x/KimaiExportParser.dyn
new file mode 100644
index 0000000..ef7f9c6
--- /dev/null
+++ b/kimai-export-parser/1.x/KimaiExportParser.dyn
@@ -0,0 +1,556 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ C:\Users\gyetp\Downloads\export.xlsx
+ C:\Users\gyetp\Downloads\export.xlsx
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ C:\Users\gyetp\Downloads\kimaiExportSorted.xlsx
+ C:\Users\gyetp\Downloads\kimaiExportSorted.xlsx
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/kimai-export-parser/readme.md b/kimai-export-parser/readme.md
new file mode 100644
index 0000000..ff1d714
--- /dev/null
+++ b/kimai-export-parser/readme.md
@@ -0,0 +1,7 @@
+# Kimai export parser
+
+Script for parsing the exported excel tables from kimai1. It will create summaries per project per weeks.
+
+Only for dynamo 1.x, I won't update for 2.x as I don't use kimai 1 any more.
+
+See script for required packages.
diff --git a/nodes/1.x/WeekDayNumber.dyf b/nodes/1.x/WeekDayNumber.dyf
new file mode 100644
index 0000000..ef0511b
--- /dev/null
+++ b/nodes/1.x/WeekDayNumber.dyf
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nodes/2.x/empty-dir b/nodes/2.x/empty-dir
new file mode 100644
index 0000000..e69de29