- get-en-quotes.sh
Gathers english quotes from various sources and creates the file quotes.en.txt. Each line of this file contains a quote in the form: quote text # quote author.
- translate-en-el.py
Translates quotes from english to greek using the Bing API. Authors are left untranslated. Reads file quotes.en.txt and creates file quotes.el.txt.
- create-images.py
For each quote, it creates an image that contains the quote's text in greek (as translated by Bing) and the quote’s author in english: it reads quotes.el.txt and for each quote produces an image in folder images
- create-html.py
Creates a simple html page with an image slider that shows all images produced in previous step. You can see this page live here: http://gmargari.github.io/quotes/