Simple way to search for anime.
The first thing to do is to clone the repository:
$ git clone https://github.com/dborodin836/anime-search.git
$ cd anime-search
If you don't have Python install it.
Create a virtual environment to install dependencies in and activate it:
$ py -m venv env
$ cd env/Scripts
$ activate
$ cd ../../
Then install the dependencies:
(env)$ pip install -r requirements.txt
And finally run the django server:
$ py manage.py
You can try your fate and load random anime...
... or search manulally, if you now what are you looking for.