Skip to content

Parental Guide assistant for media that uses IMDb.

License

Notifications You must be signed in to change notification settings

clamytoe/pguide

Repository files navigation

Parental Guide (pguide)

Parental Guide assistant for media that uses IMDbPY.

Python version Build Status BCH compliance GitHub issues GitHub forks GitHub Stars License

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.

How to set it all up

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.

Initial setup

cd Projects
git clone https://github.com/clamytoe/pguide.git
cd pguide

Anaconda setup

conda env create

Regular Python setup

pip install -r requirements.txt

Final setup

activate pguide # or source activate pguide
python setup.py install

How to run

Once that's all out of the way simply run the program and follow the prompts.

pguide

Sample run

sample run

search

detail

Just hitting the ENTER key will continue with the next screen. To exit enter an n.

About

Parental Guide assistant for media that uses IMDb.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages