/anime-list

Python script to find best anime

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

anime-list

Python script to find the best anime from the anime world - view trailer and cover

version 1.0 beta

Maintenance License: GPL v3

alt text

Screenshot

List of anime sorted by score alt text Details of anime alt text Play trailer of anime from YouTube alt text

Manual Installation (for any linux)

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

Manual Uninstallation

sudo rm /usr/bin/anime-list

Are you a developer?

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