Closed tissatussa closed 7 months ago
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 .json
files ? Although i wrote it in Python, which is not the same language as you used for Coronate, it's pretty common, i guess others will have no trouble using it :
$ python3 ./my.py
you may mention the existence of my script in your README, and even integrate it into your own program !?
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.