A Python script for collecting and writing information [Movie name, Imdb rating, Genre, Year, Actors, Director, Running time]
about movies (in your local directory) in an Excel Table where you can Sort
, Filter
etc. as you like and you can go straight to the movie folder from the excel sheet just by clicking on the corresponding movie name.
Following instructions will help you get a copy of the project up and running on your machine.
- Python 3 installed on your machine. [How to install Python 3]
- Step 1 : Click the
Download ZIP
button from theClone or download
drop-down list as shown below :
-
Step 2 : Unzip the downloaded file in your preferred location.
-
Step 3 : Install the dependencies :
- Run the following commands on Command Prompt or you can install them in other way :
pip install guessit pip install imdbpie pip install openpyxl pip install progressbar
-
Step 1 :
Copy
thecollect_info.py
file to your local movie directory. -
Step 2 : From the same directory, open Command Window using
Shift + Right click
. -
Step 3 : Type
python collect_info.py
on command window and pressEnter
. -
Done : Check for the
movie_info.xlsx
file in the same directory. Open it and use as you like.
If the program gets stuck while running, check your internet connection and do Steps 2 & 3 of Usage section again.
- Biraj Raj
This project is licensed under the MIT License - see the LICENSE
file for details.
Please feel free to suggest improvements. Happy Coding. 👍