MODEC
collects and copies of your selected motion picture's basic details to your target Excel sheet
- Automatically opens the sheet
- If selected:
- According to the selected poster size: html page will be generated and opened in a new browser tab
- Searches for the movie on the selected, non-English movie site
- Using The Movie Database API and
IMDb link or movie ID
- Inspired by my previous project: I aM D bee
pip install -r requirements.txt
- Register and request an API key at The Movie Database API
- It is 100% FREE
- Save the
API key
in theapi_key.txt
file
- Any excel app installed on your system (
MS Excel
,LibreOffice Calc
)
- Recommended:
docs\ Movies_New_Record.xlsx
- Tested on
Windows 11
andLinux Mint 22
- Copy your selected motion picture's
IMDb link or ID
to your clipboard - Add the target excel sheet in
MODEC
- Set the non-mandatory paramaters as you wish (3 checkboxes, roll-down menus)
- Click
Save&Start
- For
TV Series
,TV Mini Series
theDirector
value will not be populated in the Excel sheet - Most of the time even 1 season is directed by multiple directors
- The generated
posters.html
will be opened in a new browser tab - Poster`s width size estimates:
- Small ~ 200px - 4/row
- Medium ~ 500px - 2/row
- Large ~ original = 1000px < - 1/row
- Searches for the movie on the selected, non-English movie site:
- Uses the
title
and therelease year
of the movie - Adds it to the end of the selected search link
- Opens it in a new browser tab
- Uses the
- Automatically exit after the engine function is executed (data collection and writing, poster in new tab, ..)
- Recommended:
docs\Movies_New_Record.xlsx
- You are able to add the location of the sheet
- If you are using your own sheet:
- No merged cells for the
Directors
,Stars
values (more than one cell can be used in the same column)
- No merged cells for the
- datetime
- json
- os
- pathlib
- platform
- sys
- tkinter
- webbrowser