diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 16:17:57 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 16:17:57 +0530 |
commit | 004f4513c8cd5cfffbf69484fb39a3d7bc98bd49 (patch) | |
tree | de2e1f56a9cca21b6b94f24f6c75409c274ca5de /scripts/add-pictures.py | |
parent | d539597dab80833389797cff73a7b157abd33fe7 (diff) |
shifting hardcoded figures to another level
Diffstat (limited to 'scripts/add-pictures.py')
-rw-r--r-- | scripts/add-pictures.py | 6 |
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 |