https://github.com/pykello/london2012-olympics
https://github.com/pykello/london2012-olympics
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pykello/london2012-olympics
- Owner: pykello
- License: apache-2.0
- Created: 2014-03-21T06:02:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T10:25:00.000Z (about 11 years ago)
- Last Synced: 2025-09-01T05:47:44.627Z (9 months ago)
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.