python-chess
python-chess copied to clipboard
How to Use Custom Chess Piece SVG Set with python-chess
I want to use custom SVGs for chess pieces in my project with python-chess, but I couldn't find clear documentation on how to implement this.
Does the library support using custom piece SVGs? If not, what would be the best approach to integrate them? An example or guidance would be appreciated.