costis94 / bookcut

Command Line Interface tool to download, organise and search free ebooks from your terminal in a moment.
MIT License
185 stars 11 forks source link
command-line-tool ebook epub free-ebooks genre isbn libgen openlibrary organiser python python3 terminal-based

Downloads pypi Code style: black

BookCut is a Python Command Line Interface tool, that help the user to download free e-books, organise them in folders by genre, retrieve book details by ISBN or title, get a list with all the books from a writer and save them to .txt file.

With the help of LibGen, ArXiv and OpenLibrary.

REQUIREMENTS

Installation

pip install bookcut
#or if you have also Python 2
pip3 install bookcut

Usage

Searching and downloading books:

bookcut book -b "White Fang" -a "Jack London"
bookcut list "FreeEbooksToDownload.txt"
bookcut organise "full/path/to/folder"

bookcut search -t 'Homer Odyssey'
bookcut details -b 'Homer Iliad'
bookcut all-books -author 'Stephen King'

Searching and downloading articles:

Now you can use bookcut to search and download scientific articles.

bookcut config --help

TO-DO

Copyrights

Please use the bookcut app to download only free e-books that are legally distributing through BookCut repositories. Bookcut contributors do not have any responsibility for the use of the tool.

Contributing

Pull requests are welcome, this is my first project so be kind. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT