Aeonss / WebtoonReader

WebtoonReader is a free and open-source manga/webtoon reader for locally downloaded mangas and webtoons. It is NOT a webapp nor does it require a server setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebtoonReader

WebtoonReader is free and open-source manga/webtoon reader for locally downloaded mangas and webtoons. It is NOT a webapp nor does it require a server setup.



πŸš€   Features

  • Comfortably read locally downloaded manga/webtoon
  • Read from where the chapter you left off on
  • Configure manga/webtoon width, height, scroll speed, mouse drag, and number of images to load
  • Clean and intuitive interface

πŸ”¨   Installation

Install python:

https://www.python.org/downloads/

Download the latest release.

https://github.com/Aeonss/WebtoonReader/releases/latest/

Download the requirements:

pip install -r requirements.txt

Run the exe from the release (WINDOWS ONLY), or run the program with:

python WebtoonReader.py

Library Setup

Library/
β”œβ”€β”€ Manga 1/
β”‚   β”œβ”€β”€ Chapter 1/
β”‚   β”‚   β”œβ”€β”€ 0.jpg
β”‚   β”‚   β”œβ”€β”€ 1.jpg
β”‚   β”‚   └── ..
β”‚   └── Chapter 2/
β”‚       β”œβ”€β”€ page-0.png
β”‚       β”œβ”€β”€ page-1.png
β”‚       └── ..
└── Manga 2/
    β”œβ”€β”€ c-4/
    β”‚   β”œβ”€β”€ image-1.jpg
    β”‚   β”œβ”€β”€ image-2.jpg
    β”‚   └── ...
    └── c-5/
        β”œβ”€β”€ 0001.jpg
        └── 0002.jpg

IMPORTANT: chapters names and images must be named alphanumerically.

To download manga/webtoon chapters, use HakuNeko.

βœ…   Additional Information

  • WebtoonReader was created with Python3 and Tkinter
  • Use "a" or the left arrow key to go to the previous chapter
  • Use "d" or the right arrow key to go to the next chapter
  • Use the mouse scroll wheel, mouse button 4/5, or mouse drag on the page to read
  • Use the up arrow, down arrow, page up, or page down key to navigate through pages
  • Please request any features or report any bugs

❀️  Contributions

  • Massive thanks to GustJc for finding bugs and contributing to releases.

πŸ€–   To Do

  • Squash all the bugs!
  • Automatically load next chapter (if possible) after finishing a chapter

πŸ“˜   License

WebtoonReader is released under the MIT license.

About

WebtoonReader is a free and open-source manga/webtoon reader for locally downloaded mangas and webtoons. It is NOT a webapp nor does it require a server setup.

License:MIT License


Languages

Language:Python 100.0%