AbdulazizYas / pyanime

cli tool to watch animes and tv shows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PYANIME

a cli tool to watch animes, tv shows and movies for free and without ads ;)

Media Players

  1. supported media players for now are IINA and MPV

  2. so you need to have one of them installed in your system and specify it in the config file

  3. you can install MPV from here https://mpv.io/installation/

  4. you can install IINA from here https://iina.io/

Installation

  1. first git clone the repo: git clone https://github.com/Modalessi/pyanime

  2. create a virtual environment: python3 -m venv enviromentName

  3. activate the virtual environment: source enviromentName/bin/activate

  4. install the requirements: pip install -r requirements.txt

  5. run the app: python3 pyanime.py

Usage

  1. after you run the tool using python pyanime.py it will prompt you to enter a search query step1

  2. enter the number of the result you want to watch: step2

  3. enter the number of the episode you want to watch: step3

  4. the media player will start playing episode step4

  5. enjoy!

About

cli tool to watch animes and tv shows


Languages

Language:Python 100.0%