Parental Guide assistant for media that uses IMDbPY.
My kids are big movie and anime buffs and are constantly asking me to look up shows to see if they are allowed to watch them. This of course takes time, more so when they bring you a list of them!
I wrote this script to help me out with that task. I was surprised to discover that it also worked for video games! I did use IMDbPY to help with the initial searching.
First of all, you should setup a virtual environment. I've included both a requirements.txt and an environment.yml file in order to make things easier. Perform the steps in the Initial and Final setups but do either the Anaconda or Python ones depending on which one you prefer to work with.
cd Projects
git clone https://github.com/clamytoe/pguide.git
cd pguide
conda env create
pip install -r requirements.txt
activate pguide # or source activate pguide
python setup.py install
Once that's all out of the way simply run the program and follow the prompts.
pguide
Just hitting the ENTER key will continue with the next screen. To exit enter an n.