Skip to content

tkmcclellan/manga_manager

Repository files navigation

manga_manager

image

Documentation Status

Tired of reading manga on online manga sites? Tired of losing track of which chapter you were reading? Ever wish you could download chapters to a PDF? Looking for a better solution?

Me too! That's why this tool exists.

Heavily inspired by anime-downloader.

Features

  • Download and read any manga.
  • Track reading progress.
  • Search and download.

Supported Operating Systems

  • Windows
  • Mac OS
  • Linux

Supported Sites

  • Mangakakalot

Installation

Using pip:

$ python -m pip install manga_manager

Full instructions

Usage

manga_manager has five (5) commands, list, add, remove, edit, and read. To get started with reading a manga (for example, Attack on Titan), enter the commands:

$ manga add attack on titan
$ manga read attack on titan

As of writing this README, manga_manager is not fully configured to be used as a library, but it will be soon.

A full description of the usage of manga_manager can be found here.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Footnote

Please bear in mind the production of this repo is for educational/research purposes only with regards to webscraping and PDF conversion of manga, we take no responsibility for people who decide to actually use this repository.