If like me you're reading mangas on a Kobo Reader and wanted to export manga pages to share funny pics with your friends, welcome on this page! It's sad that it is not a native function of our readers :(
Later, there will be releases already built to download right from GitHub but right now:
- clone the repository
- run
npm installfrom the projectroot folder - then
npm run dev
If you want to build the app: npm run build and you'll get an install and a portable version of the application.
It's too soon to contribute to this repository, sorry :3 Feel free to fork!
(Be warned, this is not the final style at all, it is only the current appearance of the app, the design will be done later)
This actually checks if the KoboReader.sqlite is found on the selected device.
Once the files are extracted, you get the path to the destination folder that should anyway be opened automatically. You can also click on the button to open the folder again!
For transparency purpose: this project has not been vibe coded >:(
I did use LM Studio and Qwen 3.5 on my own computer to help me with some Electron questions but everything was double checked and everything is done manually anyway, not even a single copy-paste from any LLM or Stack Overflow answer.
This project is based on this boilerplate: https://github.com/kethakav/electron-vite-react-boilerplate
Thanks for this template <3

