Curie-Web/app/scripts/add-pictures.py

6 lines
321 B
Python

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")