Siderite / lichessTools

Browser extension that turbocharges the lichess.org site with extra functionalities
MIT License
22 stars 4 forks source link

User request: a way to extract FEN positions for all moves in a PGN #648

Closed Siderite closed 3 months ago

Siderite commented 3 months ago

You import a pgn file containing an unlimited amount of games. Press a button "Extract all Fen string positions into txt file" and for each game every individual FEN string will be exported into the text file, without any connection with the moves. So if you have 1.e4 e5 you get two lines with the fen after e4 and the one after e5.

Siderite commented 3 months ago

Implemented in v2.3.96