aboutsummaryrefslogtreecommitdiff
path: root/scripts/add-pictures.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-11 16:17:57 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-11 16:17:57 +0530
commit004f4513c8cd5cfffbf69484fb39a3d7bc98bd49 (patch)
treede2e1f56a9cca21b6b94f24f6c75409c274ca5de /scripts/add-pictures.py
parentd539597dab80833389797cff73a7b157abd33fe7 (diff)
shifting hardcoded figures to another level
Diffstat (limited to 'scripts/add-pictures.py')
-rw-r--r--scripts/add-pictures.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/add-pictures.py b/scripts/add-pictures.py
new file mode 100644
index 0000000..95079f0
--- /dev/null
+++ b/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