-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output results and current standing : python script #90
Comments
Very cool! Thanks for sharing this. |
my source code contains no CopyRight or so, you can just use it .. did you try it with own Btw. I didn't try to alter the order of the player names .. does it help to make them alphabetical in their list(s) ? This bug () was still annoying during my last tournament.. |
I have not tried it yet, but when I have time to work on Coronate again I'll take a closer look and see about integrating some of its features. |
did you integrate this Python script yet, or mention it in the README ? Lately i used it again to get the newest results list and ranking, i find it very convenient. Notes:
|
Thanks for the reminder. I just added a link! |
i just wrote a simple python-3 script to process a Coronate tournament
.json
file and output the results and current standings : ZIPped json-to-output.zip (includes my own sample tournament.json
file for reference).for each round the output is like my example below.
you can adjust some parameters in the code, eg. the header words (Dutch here).
the output is displayed in terminal, you can copy that.
tables are auto-formatted (while monospaced) according to the longest player name.
standings are sorted on winning percentage, with subkey the lowest [#] games.
The text was updated successfully, but these errors were encountered: