Skip to content

A command-line tool written in Python for writing Kindle eBooks.

License

Notifications You must be signed in to change notification settings

BenEast/eBooker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBooker

Gitter Chat Latest GitHub Release CircleCI Not Too Ambitious Download Here

eBooker is a command-line tool which lets you create ebooks and other text files from command line with ease. You don't have to be a programming expert or a nerd to use this. Anyone with a basic knowledge in computers can use this tool very easily. We provide just one script to run, so run it! So far, it can execute simple commands and also create and edit a file. Current version: 1.1.0

eBooker is very similar to Sigil, except for the following differences:

  1. eBooker is a command-line tool; Sigil is a GUI.
    eBooker may eventually get a GUI too, though.
  2. eBooker is (currently) in development; Sigil is a finished project, although it is still being improved.
  3. eBooker is focused towards making Kindle ebooks in the .mobi format.
  4. eBooker is a new project, but Sigil has been out for a while.

Commands

  • help - show a list of commands
  • exit - quit the session
  • about - read about this tool
  • edit - edit/create a file
  • clear - clear the screen
  • debug - give you a list of commonly occurring issues
  • serve - open your book in a web browser for reviewing

Error Codes

On Windows

  • 'notepad' is not recognized as an internal or external command, operable program or batch file. - 64485253
  • other message - 93856898

On MacOS/*nix

  • nano: command not found - 42912246
  • other message - 87376634

Naming convention: branches with a Capital Letter at the beginning are protected. Example: Backup2

About

A command-line tool written in Python for writing Kindle eBooks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%