Skip to content

ItsDeidara/HiAnimeDownloader-GUI

 
 

Repository files navigation

Screenshot of HiAnimeDownloader GUI

HiAnimeDownloader

A GUI application to search and download anime from HiAnime.

This project is a desktop application designed to make it easy to find and download your favorite anime from the HiAnime website. It features a simple graphical user interface to search for titles, browse episodes, and manage downloads.

Key Features

  • Search Functionality: Find anime by title directly from the application.
  • GUI Interface: User-friendly interface built with PyQt6.
  • Dependency Management: Seamlessly handles external download libraries like yt-dlp.
  • Customizable Downloads: Specify resolution and language for your downloads.
  • Reliable Downloads: Automatic mirror fallback (HD-1 to HD-3) with delays to avoid bot detection, and support for sequential episode downloads.

Installation

You can set up and run this project using either Poetry (recommended) or a standard requirements.txt file.

Option 1: Using Poetry (Recommended)

  1. Clone the repository:

    git clone [https://github.com/pratikpatel8982/HiAnimeDownloader.git](https://github.com/pratikpatel8982/HiAnimeDownloader.git)
    cd HiAnimeDownloader
  2. Install dependencies: This command will read the pyproject.toml file and install all necessary packages.

    poetry install
  3. Run the application:

    poetry run python main.pyw

Option 2: Using requirements.txt

  1. Clone the repository:

    git clone [https://github.com/pratikpatel8982/HiAnimeDownloader.git](https://github.com/pratikpatel8982/HiAnimeDownloader.git)
    cd HiAnimeDownloader
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows: venv\Scripts\activate
    • On macOS/Linux: source venv/bin/activate
  4. Install dependencies:

    pip install -r requirements.txt
  5. Run the application:

    python main.pyw

Building an Executable

You can package this application into a single executable file for easy distribution using PyInstaller. The process is slightly different depending on your installation method.

Using Poetry

  1. Install PyInstaller:
    poetry run pip install pyinstaller
  2. Build the executable:
    poetry run pyinstaller --onefile --name HiAnimeDownloader main.pyw

Using requirements.txt

  1. Activate your virtual environment.
  2. Install PyInstaller:
    pip install pyinstaller
  3. Build the executable:
    pyinstaller --onefile --windowed --name HiAnimeDownloader main.py

The final executable will be located in the dist folder.


Dependencies

  • requests
  • pip-system-certs
  • yt-dlp
  • pyqt6
  • yt-dlp-hianime

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

a forked downloader for HiAnime with bug fixes(automatic server swapping) and GUI

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%