You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to write a function that takes a PGN string, evaluates the game with an engine, and then returns a PGN (of the same game) with NAG glyphs (!!, etc.).
Does this library have the functionality required to do that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to write a function that takes a PGN string, evaluates the game with an engine, and then returns a PGN (of the same game) with NAG glyphs (
!!
, etc.).Does this library have the functionality required to do that?
Example input:
Theoretical output (provided by Stockfish 16.1 via en-croissant, but is this possible in Python?):
Beta Was this translation helpful? Give feedback.
All reactions