From 004f4513c8cd5cfffbf69484fb39a3d7bc98bd49 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 11 Sep 2020 16:17:57 +0530 Subject: shifting hardcoded figures to another level --- scripts/add-pictures.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/add-pictures.py (limited to 'scripts/add-pictures.py') 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 -- cgit v1.2.3