Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 518 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 518 Bytes

TFrank

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!