I am using Python (specifically the chess package) to make an AI chess game. I want to convert the console into the pieces positioning on html/css.
I've looked at the docs and there appears to be no built-in way. I have tried the alternative of styling the board directly in the console but it didn't work. https://python-chess.readthedocs.io/en/latest/ <-- Here are the docs Also it is important to know that I do not necessarily want to go the IPython/Jupyter route.