Version v0.1.0

Ready to start?

Setup_Animecaos.exe

A simple .zip file. No extra dependencies. No installation.

Download .ZIP Archive
Requires Windows 10/11 • ⚠️ MANDATORY: Mozilla Firefox must be installed on your system.

v0.1.0 changelog

  • Painel de Controle com integração AniList (capas + sinopses PT-BR)
  • Watchlist (Favoritos) salva em watchlist.json local
  • Download nativo via yt-dlp com progresso em tempo real
  • Auto-Play: avança automaticamente para o próximo episódio
  • Interface Glassmorphism com PySide6

System Requirements

Windows 10/11 64-bit

Mozilla Firefox

Python 3.10+ (source only)

Install from source

# Clone e instale
git clone https://github.com/henriqqw/animecaos.git
cd animecaos
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python main.py
Ver no GitHub