Python script to find the best anime from the anime world - view trailer and cover
version 1.0 beta
List of anime sorted by score Details of anime Play trailer of anime from YouTube
First install deps:
install feh
install mpv
install python3
install python3-bs4
install python3-requests
install python3-html5lib
Install with:
cd /tmp/ && git clone https://github.com/kiahamedi/anime-list && cd anime-list/ && sudo cp anime-list.py /usr/bin/anime-list
sudo rm /usr/bin/anime-list
1-Fork it!
2-Create your feature branch: git checkout -b my-new-feature
3-Commit your changes: git commit -am 'Add some feature'
4-Push to the branch: git push origin my-new-feature
5-Submit a pull request