Templates
Revision as of 16:01, 18 November 2016 by Andre Castro (talk | contribs)
template based works
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
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