TFrank is a Python program, that implements a ranking for table football/foosball. Its main functionalities are
- adding players
- adding match results
- viewing current ranking table of all players
While already functional TFrank is considered WIP. That is, things might improve or change after some time.
Warning
Currently data is stored in a Python Pickle object and there is no input sanitisazion. So don't let untrusted people input data as this could lead to code execution on your system!