Replies: 2 comments 1 reply
-
This may be more difficult than it looks. While there might be libraries to open Zip files (epub files are special cases of Zip files) all the control metadata in an EPUB is in XML. There really isn't a good XML parser for MicroPython |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is an open ebook reader project by Joey Castillo using a Pico but is not using MicroPython. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been currently wanting to read a .epub file from a SD card using Pi Pico but I'm not able to succeed. I tried a few python libraries from the internet but no luck. Is there any library by Micropython for reading a .epub file as text or is there any other way for it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions