Added printing from script for carlandre.py

master
Alice 6 years ago
parent bf80ff5c16
commit 6b2983ee93

@ -68,8 +68,9 @@ output/chatbot.txt: ocr/output.txt ## Comments a text with a simple chatbot. Dep
output/n7.txt: ocr/output.txt ## Replaces nouns with the 7th noun that follows. Dependencies: 91k_nouns
cat $< | python3 src/n_7.py > $(@)
output/carlandre.txt: ocr/output.txt ## Creates visual poetry out of a text.
output/carlandre.txt: ocr/output.txt ## Creates visual poetry out of a text. Dependencies
cat $< | python3 src/carlandre.py > $(@)
# cat $(@) > /dev/usb/lp0
visualization: $(images) $(tmpfile) ##Creates data visualization from images/*.jpg. Dependencies: mplayer

Loading…
Cancel
Save