Skip to content

A simple python utility tool to convert the uganda's polling stations for 2016 general elections from excel to json

Notifications You must be signed in to change notification settings

sitajaf/uganda-polling-stations

Repository files navigation

uganda-polling-stations

A simple python utility tool to covert the uganda polling stations for 2016 general elections from excel to json

The current version on the electoral commission website (as of 15/12/2015) is already converted. It is uganda-polling-stations.json

To convert another:

  • clone the repo

  • cd into it

  • create a virtualenv: e.g virtualenv ve --no-site-packages

  • install the requirements e.g with pip: pip install -r requirements.txt

  • Copy your excel version (must be on same sheet, doesnt matter even if it has multiple titles in between so long as the headings are the same as in the current reg) to project dir

  • In convert.py, change the uganda-polling-stations.xlsx to your file name

  • run python converty.py

About

A simple python utility tool to convert the uganda's polling stations for 2016 general elections from excel to json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages