Templates

From XPUB & Lens-Based wiki
Revision as of 17:28, 18 November 2016 by Andre Castro (talk | contribs)

template based works

Madlibs02.jpg

Mad Libs - phrasal template word game

News and reports

Artybollocks Generator

Spam


Words Made Flesh Florian Cramer - Chapter 3: Computation and Fragmentation

  • Cut ups

Uncreative Writing - Kenneth Goldsmith what is considered literary creation? Is a traffic report a literary creation?


Markov Chains

What are Markov Chains

projects using Markov chains

python install PyMarkovChain

install PyMarkovChain Python library

sudo pip install PyMarkovChain

if you dont have pip (python package manager) install it:

  • (debian/ubuntu)
    sudo aptitude install python-pip
  • (mac)
    brew install python-pip

Integration with HTML,CSS

  • HTML can provide structure to templates
  • CSS can provide (variable) style
  • WeasyPrint can generate PDFs and PNGS from HTML and CSS, and can be use as a Python library