fsmosca / chess-artist

A python script that can annotate chess games in pgn file with static evaluation or search score of an engine, can annotate an epd file with acd, acs, bm, and ce opcodes, can test engine with epd test suite and can generate chess puzzles.
GNU General Public License v3.0
70 stars 18 forks source link

Python 2 #50

Closed shapiro85 closed 5 years ago

shapiro85 commented 5 years ago

Hi Fsmosca, Could you please, upgrade Chess-Artist to support Python 3

fsmosca commented 5 years ago

The plan is to release chess artist version 1 (with exe file) for python 2. I will not mix python 2 and python 3. Then after version 1, all will be for python 3 (no more python 2). I still have 2 issues to complete for version 1 release, that is detection of material sacrifice and detection of good piece mobility.