ryPub EPub Reader is a straightforward Python application designed to read ePub files on your computer. It offers theme switching, embedded font support, and image handling to enhance your reading experience. Enjoy continuous reading with vertical scrolling using your mouse wheel or the up and down arrow keys.
- Read EPub Files: Open and read any ePub file with ease.
- Theme Toggling: Switch between a light or dark theme according to your preference for a comfortable reading experience.
- Embedded Fonts: Custom fonts are utilized to improve readability.
- Image Handling: Displays images embedded within ePub files correctly.
- Keyboard Navigation: Navigate through the pages using keyboard shortcuts.
Visit the Releases page for a pre-compiled executable.
These instructions will guide you on how to compile and run the project on your local machine for development and testing purposes. Ensure you have the following software installed on your system:
- Python 3.6 or later
- pip (Python package installer)
Clone the repository:
git clone https://github.com/ryd3v/rypub-qt
pip install -r requirements.txt
- Ryan Collins
This project is licensed under the MIT License see the LICENSE file for details.