_____ _____ _____ _____
|_ _| __ \| __ \ / ____|
_ __ _ _ | | | |__) | | | | | __
| '_ \| | | | | | | _ /| | | | | |_ |
| |_) | |_| |_| |_| | \ \| |__| | |__| |
| .__/ \__, |_____|_| \_\_____/ \_____|
| | __/ | Internet Movie Database
|_| |___/ Relational Dataset Generator
Install:
--------
PyQt4
SQLAlchemy
IMDbPY
Run imdbpy2sql.py to populate the database.
Grab the plain text data files from http://www.imdb.com/interfaces
Start the program:
python main.py
Caveats:
--------
-Votes: requirement constraint and range constraint will speed up the process
Only titles with the correct amount of votes are tried.
-all companies selected in upper box + no further links to other entities
will speed up the companies generation
(no IMDbPY is used because it grabs links and this can take a while)
-Miniseries do not exist in the database
For developers:
---------------
QtDesigner enables you to edit the .ui files.