Socket
Socket
Sign inDemoInstall

epub-reader

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epub-reader

Python CLI Epub reader with page navigation, bookmarks management, search management, save pages and book to text files and reading sessions to save and load your current progress


Maintainers
1

Python CLI EPUB Reader

Python CLI Epub reader with page navigation, bookmarks management, search management, save pages and book to text files and reading sessions to save and load your current progress

Installation

You can install the package via pip:

pip install epub-reader

Usage

After installation, you can run the EPUB reader from any directory:

epub-reader

This command will scan the current directory for EPUB files and allow you to read them interactively.

Features

  • Scans and lists EPUB files in any directory in which you run epub-reader
  • Reads all HTML/XHTML pages in an EPUB file
  • Extracts and displays title and author from EPUB metadata, and lists them as choices for the user to start reading the contents of the EPUB file
  • Cleans and displays text content
  • Allows navigation through pages with "n" (next), "p" (previous), "sp" (save page), "sb" (save book), "q" (quit), "j" (jump to page), "jp" (jump to percentage), "jb" (jump to bookmark), "db" (delete bookmark), "dab" (delete all bookmarks), "sh" (view search history), "ds" (delete search history), "das" (delete all search history), "al" (adjust lines per screen)
  • Enhanced page lines depending on punctuation rather than HTML parsed content
  • Save a page or the whole EPUB text to a text file .txt
  • Saves reading session including current page, progress, bookmarks, and search history, and loading them so you never lose your progress.
  • Colorized output for enhanced readability
  • Graceful exit using CTRL+C

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc