a cli tool to watch animes, tv shows and movies for free and without ads ;) it does it by scrapping Faselhd and egybest websites
-
supported media players for now are
IINA
andMPV
-
so you need to have one of them installed in your system and specify it in the config file
-
you can install MPV from here https://mpv.io/installation/
-
you can install IINA from here https://iina.io/
-
first git clone the repo:
git clone https://github.com/Modalessi/pyanime
-
create a virtual environment:
python3 -m venv enviromentName
-
activate the virtual environment:
source enviromentName/bin/activate
-
install the requirements:
pip install -r requirements.txt
-
run the app:
python3 main.py