Is that movie a Boom or Bomb? Find out here.
This dataset is comprised of movies general data, e.g. Title, Director, Runtime, MPAA Rating, Box Office Revenues, along with their budgets and profit. The profits displayed here are estimated using 50/40/25 rule that's been around. The budgets are directly extracted from web sources (Box Office Mojo and IMDb) wwithout intervention from me, thus I know nothing about their credibility. Feel free to contribute!
- Git (duh)
- Python 3+
- Clone and go to the directory
git clone https://github.com/primetime49/profitabox.git
cd profitabox
- Install requirements
pip install -r requirements.txt
- Run GUI (using the pre-built dataset I've provided in here)
python gui.py
- Init dataset
python create.py
- Update dataset regularly, if you want. (I usually update them weekly and only for this year's movies)
python update.py
If you have any questions or feedback, just contact me :)