An application that can sort games in pgn file; add eco codes, opening and variation names; generates round-robin, swiss and standing tables based from the given pgn file. It supports calculation of rating change and tie-break systems (Direct encounter, Number of wins, Sonneborn-Berger and Koya system) for round-robin and Buchholz cut 1, Buchholz, Sonneborn-Berger, and Direct Encounter for swiss. See the documentation for more informations.
pip install pgnhelper -U
Read the Docs documentation of pgnhelper contains installation guide, features and others.
- Python chess
site: https://python-chess.readthedocs.io/en/latest/
usage:- adding eco
- round-robin result table generation
- pgn-extract
site: https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/
usage:- The eco.pgn in eco folder is based from the eco.pgn from pgn-extract.
- cleaning pgn files
- weekinchess
site: https://theweekinchess.com/
usage:- game collections
- pgn mentor
site: https://www.pgnmentor.com/files.html
usage:- game collections
- pretty-html-table
site: https://pypi.org/project/pretty-html-table/
usage:- pretty html round-robin result table generation
- mark weeks
site: https://www.mark-weeks.com/chess/wcc-indx.htm
usage:- game collections
- pandas
site: https://pandas.pydata.org/
usage:- round-robin result table generation