aboutsummaryrefslogtreecommitdiff
path: root/app/scripts/add-pictures.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-22 13:28:48 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-22 13:28:48 +0530
commit5ad24bfceb8a22a4940c6d076ea3befc928ab1cd (patch)
tree81883ec4c205da9ebdec51481dbb0d59b40563b8 /app/scripts/add-pictures.py
parentc00e771b4d4e1eecfe47408556424fb34ca33fc3 (diff)
Increased Speed by 50%
Diffstat (limited to 'app/scripts/add-pictures.py')
-rw-r--r--app/scripts/add-pictures.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/scripts/add-pictures.py b/app/scripts/add-pictures.py
new file mode 100644
index 0000000..95079f0
--- /dev/null
+++ b/app/scripts/add-pictures.py
@@ -0,0 +1,6 @@
+print("## Figures", end="\n\n")
+
+print("![Back View](output-back.png){width=100%}", end="\n\n")
+print("![Front View](output-front.png){width=100%}", end="\n\n")
+print("![Close Up View of the Back](closeup-back.png){width=100%}", end="\n\n")
+print("![Close Up View of the Front](closeup-front.png){width=100%}", end="\n\n") \ No newline at end of file