Hello guys,
I woild like to share an idea I'm trying to work on, about the "almost automatic" creation of simple ebooks (let's call them cheat sheets) for the most common opening.
I am writing it in Python and, based on a structured file, the program create an epub files, with either board images, text, etc..
It is in a very early stage, but it would be nice to hear your comment!
This is an example of the parsed file:
Title - Caro KannOrientation_white - FalseMove - e4Move - c6RenderText - The opening starts with white e4 and black respond with c6 to prepare the next move d5Move - d4RenderText - White replies with d4Move - d5RenderText - Black responds with d5 to attack white pawn on e4. White has two options, capture black pawn on d5 or push pawn to e5Move - e5RenderText - Pushed pawn to e5BackMoveRenderText - Back to previous positionMove - exd5RenderText - White capture on d5
The commands structure is easy, and self explanatory.
And here the result
https://www.mediafire.com/file/r0q16dpzep1q1lg/test.epub/file
On my iPad it appears nice and perfectly readable.