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.
- 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
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/
├── 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.
- 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
- Massive thanks to GustJc for finding bugs and contributing to releases.
- Squash all the bugs!
- Automatically load next chapter (if possible) after finishing a chapter
WebtoonReader is released under the MIT license.