/scoreBoard

Play games, keep score and show results easily!

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

scoreBoard

scoreBoard is a simple tool for displaying the score of any game.

The original scoreBoard wass written in messy PHP.

Dependencies

The only real dependency is python (preferably cpython2) and pip so that you can install other dependencies (see requirements.txt).

Installing

  • You need to create some virtual environment
  • Then install all the dependencies by running $ pip install -r requirements.txt
  • Then, to get all we need $ python manage.py collectstatic
  • Now we shall sync the DB $ python manage.py syncdb

Note: This application is still in the alpha version and not meant for actual use. Please contact us if you plan on using it.

Tests

You can run the tests by executing

$ ./manage.py test scorebrd

We really appreciate feedback, so if you have any questions or find any bug please create new issue.

Some screenshots of this application

dashboard group match

License

ScoreBoard is licensed under the BSD License.

(c) 2012 - 2013, XLC Team, http://xlc-team.info