Skip to content

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

Notifications You must be signed in to change notification settings

Aeonss/WebtoonReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages