Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

N3uralCreativity/MangaParkExporter-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 MangaPark to MAL Exporter

⚠️ 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.

Version Python License

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.

Screenshot


✨ What it does

  • 🧾 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

🚀 Quick Start

Option 1: Download Executable (Windows)

  1. Go to Latest Release
  2. Download MangaPark-Exporter-Vxxx.exe (222 MB)
  3. Make sure Chrome is installed
  4. Double-click to run (no installation needed!)
  5. Navigate to Export page and start exporting

Option 2: Run from Source

git clone https://github.com/N3uralCreativity/MangaParkExporter-.git
cd MangaParkExporter-
pip install -r requirements.txt
python src/desktop_app_v3.py

Or use the quick launcher:

python run.py

📖 Documentation


🛠️ Project Structure

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

📋 Features

  • 🖥️ 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

💻 Building from Source

# Navigate to build directory
cd build

# Run build script
python build_exe_v3.py

# Executable will be in dist/
# dist/MangaPark-Exporter-V3.exe

📝 Requirements

For Executable (.exe)

  • Windows 10/11 (64-bit)
  • Google Chrome
  • No Python needed!

For Source Code

  • Python 3.11+
  • Google Chrome
  • Dependencies from requirements.txt

🤝 Contributing

Contributions welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

⚠️ Disclaimer

This tool is for personal backup & migration only.
Please respect MangaPark's and MyAnimeList's Terms of Service.


📧 Support


📝 License

MIT License - see LICENSE for details.


🙏 Acknowledgments

  • 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!

About

MangaPark Exporter tool

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors