aboutsummaryrefslogtreecommitdiff
path: root/scripts/add-pictures.py
blob: 585c6a27702b5175406704bb9c5ec34cf14e6682 (plain)
1
2
3
4
5
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")