A modern, terminal-style application for downloading webtoons and manga as PDF files with a clean, professional interface.
- Dark theme with colorful, terminal-style interface
- Clean and intuitive design
- Responsive layout that adapts to window size
- Custom icon in titlebar and taskbar
- URL Detection: Automatically fetches all available chapters
- Chapter Selection: Choose specific chapters via popup window
- Batch Download: Download multiple chapters at once
- Progress Tracking: Real-time progress bars with page counts
- Automatic PDF: Converts downloaded images to PDF automatically
- One-line updating progress bars (no log spam)
- Chapter-by-chapter progress tracking
- Real-time page count display
- Percentage completion
- Color-coded status messages
- Detailed activity logging
- Color-coded messages (Info, Success, Warning, Error)
- Clear button to clean logs
- Easy-to-read console-style output
-
Download the Application
- Get
WebtoonDownloader.exe(standalone executable) - OR download source code and install dependencies
- Get
-
Run the Application
# If using executable WebtoonDownloader.exe # If using source python main.py
-
Install Dependencies (source only)
pip install -r requirements.txt
- Double-click
WebtoonDownloader.exeorrun.bat - Application window opens with terminal-style interface
- Find a webtoon/manga series on supported sites
- Copy the series URL (e.g.,
https://www.webtoons.com/en/...) - Paste URL in the input field
- Press Enter or click 🔍 FETCH button
- Application automatically scans all available chapters
- Progress shown in Activity Logs
- May take a few seconds depending on series size
- Popup window appears with all chapters
- Check the chapters you want to download
- Use "Select All" for all chapters
- Click ⬇️ Download Selected
- Window closes automatically
- Watch live progress in Activity Logs section
- Each chapter shows:
- Progress bar (animated)
- Percentage complete
- Page count (current/total)
- Chapter title
- Progress updates in ONE LINE per chapter (clean!)
- Click 📁 Open Downloads Folder button
- PDFs saved in:
C:\Users\[YourName]\Documents\Webtoons\[Series Name]\ - Each chapter = one PDF file
- Files named automatically based on chapter titles
- 🔵 Cyan: Information messages
- 🟢 Green: Success messages
- 🟡 Yellow: Warnings
- 🔴 Red: Errors
- 🟣 Magenta: Download progress bars
- 🔍 FETCH: Fetch chapters from URL
- 📁 Open Downloads: Open downloads folder in explorer
- ⏹️ Stop Download: Cancel ongoing download
- 🗑️ Clear: Clear activity logs
- Search functionality: Filter chapters by name
- Select All/None: Quick selection toggles
- Scrollable list: Handles 100+ chapters smoothly
- Auto-close: Window closes after selection
- Batch loading: No lag even with many chapters
- Smart updates: One line per chapter (no spam)
- Real-time: Updates as pages download
- Visual bars: ASCII art progress bars
- Detailed info: Chapter number, percentage, pages
- Concurrent downloading: Multiple pages at once
- Error handling: Failed pages logged but don't stop download
- Resume capability: Cancel and restart anytime
- Automatic retry: Retries failed connections
- Cleanup: Temporary files removed automatically
Webtoon Downloader/
├── WebtoonDownloader.exe # Standalone executable
├── icon.ico # Application icon
├── downloads/ # Downloaded PDFs
│ └── [Series Name]/
│ ├── Chapter 1.pdf
│ ├── Chapter 2.pdf
│ └── ...
└── logs/ # Activity logs (optional)
Currently supports:
- ✅ Webtoons.com
- ✅ Other sites using similar structure
https://www.webtoons.com/en/fantasy/tower-of-god/...
https://www.webtoons.com/en/drama/true-beauty/...
- Responsive fonts: Text scales with window size
- Minimum size: 700x500 pixels
- Default size: 950x700 pixels
- Maximize: Supported
- Default:
downloadsfolder in app directory - Organization: One folder per series
- Format: PDF (high quality)
- Naming: Automatic based on chapter titles
Solutions:
- Check if URL is correct
- Ensure series URL (not chapter URL)
- Try copying URL again
- Check internet connection
Solutions:
- Verify internet connection
- Check if site is accessible
- Wait a moment and retry
- Check Activity Logs for details
Solutions:
- Check internet speed
- Site may be rate-limiting
- Try fewer chapters at once
- Check Activity Logs for errors
Solutions:
- Check Activity Logs for errors
- Ensure disk space available
- Check downloads folder permissions
- Retry the chapter
Solutions:
- Check if Python installed (source mode)
- Verify all dependencies installed
- Try running as administrator
- Check system requirements
- Stable Internet: Use reliable connection
- Batch Smartly: Download 5-10 chapters at a time
- Check Logs: Monitor Activity Logs for issues
- Wait Patiently: Large chapters take time
- Select Carefully: Choose only chapters you need
- Close other bandwidth-heavy applications
- Don't resize window during download
- Let download complete before closing
- Use "Select All" for full series
- PDFs can be large (10-50 MB each)
- Monitor disk space
- Organize downloads folder regularly
- Delete unwanted PDFs
- Chapter Detection: 5-30 seconds (depends on series size)
- Download Speed: Depends on internet and site
- PDF Conversion: ~1-3 seconds per chapter
- Average: 1-2 minutes per chapter
- Memory: ~100-300 MB
- CPU: Low (5-10%)
- Disk: Space for PDFs only
- Network: Varies with download speed
- No tracking: Application doesn't track users
- No accounts: No login required
- Local only: All data stays on your computer
- No uploads: No data sent except download requests
- Official sources: Downloads from official sites only
- No malware: Clean, safe application
- Open source: Code is transparent
- Automatic updates: No automatic updates
A: Yes, completely free to use.
A: No, no registration required.
A: PDF format, ready to read.
A: Yes, use "Select All" in chapter selection.
A: In downloads folder, organized by series name.
A: No, Windows desktop only.
A: No, internet connection required.
A: Yes, click "Stop Download" button.
A: Yes, PDFs saved locally forever.
A: Check the original content's copyright/license.
Clean, modern interface with terminal aesthetics and real-time progress.
Popup window with all available chapters, easy selection with checkboxes.
One-line updating progress bars showing real-time download status.
- Check Activity Logs in app
- Review Troubleshooting section above
- Check FAQ
- Verify internet connection
- Try restarting application
All errors displayed in Activity Logs with:
- Timestamp: When error occurred
- Details: What went wrong
- Level: Error/Warning severity
- Name: Webtoon Downloader
- Version: 1.0.0
- Platform: Windows
- License: Free to use
- Python: Core programming language
- CustomTkinter: Modern UI framework
- Pillow: Image processing
- img2pdf: PDF conversion
- Requests: HTTP library
- BeautifulSoup: HTML parsing
Created with modern design principles and user experience in mind.
- Download WebtoonDownloader.exe
- Run the application
- Copy a webtoon series URL
- Paste URL and click FETCH
- Select chapters in popup
- Monitor progress in Activity Logs
- Open downloads folder
- Enjoy your PDFs!
| Action | How To |
|---|---|
| Fetch Chapters | Paste URL → Press Enter or FETCH |
| Select Chapters | Check boxes in popup → Download Selected |
| Cancel Download | Click "Stop Download" button |
| Clear Logs | Click "Clear" button in logs section |
| Open Downloads | Click "Open Downloads Folder" button |
| Close App | Click X or Alt+F4 |
Enjoy downloading your favorite webtoons! 📚✨
Last Updated: November 2025 Version: 1.0.0

