Get movies info's such as IMDb, RottenTomatoes, Metacritic, MyAnimeList(in case of anime) etc. and Description directly from command line.
pip install -r requirements.txt
type in command line:
python3 main.py -m "Movie Name"
*currently only one argument is available.
*It uses requests module to do a google search so, small typos aint a big deal.