An open API service indexing awesome lists of open source software.

https://github.com/pykello/london2012-olympics


https://github.com/pykello/london2012-olympics

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

London 2012 Olympics Tools
==========================

This program automatically generates two HTML reports:

* Population adjusted medals ranking table for London 2012 olympics,
* GDP adjusted medals ranking table for London 2012 olympics,

Source for population and GDP information is Wikipedia, and they're locally stored at data.py.

To install the requirements for this program, first install python and setuptools, then run::

python setup.py install

To execute the program run::

python olympics.py

The above command will generate the output HTML pages in the "output" directory.