Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.3 KB

README.md

File metadata and controls

22 lines (11 loc) · 1.3 KB

Poetry generated using X except its Y on permutations of the lyrics from the first 4 Nine Inch Nails albums:

  • nin1 is generated with ./X_except_its_Y.py nin.txt <(tac nin.txt)

  • nin2 is generated with ./X_except_its_Y.py <(tac nin.txt) nin.txt

  • nin3 is generated with ./X_except_its_Y.py nin.txt <(tail -n +5 nin.txt ; head -n 5 nin.txt)

  • nin4 is generated with ./X_except_its_Y.py nin.txt <(tail -n +7 nin.txt ; head -n 7 nin.txt)

  • nin5 is generated with ./X_except_its_Y.py nin.txt <(tail -n +13 nin.txt ; head -n 13 nin.txt)

  • nin6 is generated with ./X_except_its_Y.py nin.txt <(tail -n +23 nin.txt ; head -n 23 nin.txt)

  • 100 twisted limericks is generated with for i in {1..100} ; do ./X_except_its_Y.py <(fortune limerick) <(fortune limerick) ; done

Concrete poetry generated by asciiImage:

  • output1 is generated with ./asciiImage.py nerv_desaturated_inverted.png /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf burning_chrome.words
  • output2.txt is generated with ./asciiImage.py nerv_desaturated_inverted.png /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf <(head -n 100 burning_chrome.words)