⚠️ THIS ONLY WORKS IF MANGAPARK'S SEVRERS ARE UP AND WORKING, WHENEVER MPRK. OFFICIALLY GOES DOWN THIS PROJECT WILL BE ARCHIVED AS I HAVE DECIDED NOT TO CONTINUE IT ON DIFFERENT PLATFORMS.
A small tool to rescue your manga data when a site goes down or you just want to move elsewhere.
You read your manga on a site (like MangaPark), you have a list of favorites and chapters read, and you don't want to lose that.
This app exports your follows + reading progress to MyAnimeList or to local files you can reuse later.
-
🧾 Exports your data
- Favorites / follows
- Chapters read count
- From a manga site → to MAL or to files
-
🔍 Two ways to grab your list
- Authenticated mode: uses your cookies to read your personal follows
- Public mode: scrapes public lists like trending/popular (no login needed)
-
🔗 MAL integration
- Looks up MAL IDs via the Jikan API
- Fuzzy matching and basic confidence handling
-
📄 Exports to
- MAL XML – import directly into MyAnimeList
- HTML – a simple, searchable page of your library
- JSON – raw data for developers
-
🖥️ Modern Desktop App
- PyQt6 with full-screen interface
- Dark & Light themes
- Interactive dashboard with stats
- Real-time progress tracking
- Go to Latest Release
- Download
MangaPark-Exporter-Vxxx.exe(222 MB) - Make sure Chrome is installed
- Double-click to run (no installation needed!)
- Navigate to Export page and start exporting
git clone https://github.com/N3uralCreativity/MangaParkExporter-.git
cd MangaParkExporter-
pip install -r requirements.txt
python src/desktop_app_v3.pyOr use the quick launcher:
python run.py- Quick Start Guide - Get started in 5 minutes
- Full Documentation - Complete user guide
- Release Notes - What's new in V2.0.0
- Project Website - Homepage
MangaParkExporter/
├── src/ # Source code
│ ├── desktop_app_v3.py # Main application
│ └── mangapark_gui_web.html # UI template
├── build/ # Build scripts
│ └── build_exe_v3.py # PyInstaller build
├── docs/ # Documentation
├── assets/ # Static assets
├── legacy/ # Old versions
└── examples/ # Example outputs
- 🖥️ Modern Desktop App - PyQt6 with embedded web UI
- 🎨 2 Beautiful Themes - Dark & Light modes
- 📊 Interactive Dashboard - Real-time stats and history
- 📄 Multiple Formats - XML, HTML, JSON exports
- 🔗 Smart MAL Matching - Fuzzy title matching with confidence scores
- ⚙️ Extensive Settings - Customizable fonts, animations, export options
- 📈 Export History - Track all your exports with search
- 🚀 Step-by-Step Progress - Visual indicators for each phase
# Navigate to build directory
cd build
# Run build script
python build_exe_v3.py
# Executable will be in dist/
# dist/MangaPark-Exporter-V3.exe- Windows 10/11 (64-bit)
- Google Chrome
- No Python needed!
- Python 3.11+
- Google Chrome
- Dependencies from requirements.txt
Contributions welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This tool is for personal backup & migration only.
Please respect MangaPark's and MyAnimeList's Terms of Service.
- Issues: GitHub Issues
- Discussions: GitHub Discussions
MIT License - see LICENSE for details.
- MangaPark for the manga reading platform
- MyAnimeList for the database
- Python community for amazing libraries (PyQt6, Selenium, BeautifulSoup4, Requests)
Made by @N3uralCreativity
⭐ If this saved your manga list, consider starring the repo!
