I am trying to change the notation of the moves, I mean the library returns for example g1f3 and I want to change to Nf3 (algebraic notation). I try this method but it doesn't work:
board.parse_san(move.move)
How can I do it? There is any method in the library?