Skip to content

Latest commit

 

History

History
67 lines (33 loc) · 2.13 KB

README.md

File metadata and controls

67 lines (33 loc) · 2.13 KB

imdb-movie-manager

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.

xl-page

Getting Started

Following instructions will help you get a copy of the project up and running on your machine.

Prerequisites

Installation

  • Step 1 : Click the Download ZIP button from the Clone or download drop-down list as shown below :

clone

  • 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
    

Usage

  • Step 1 : Copy the collect_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 press Enter.

  • Done : Check for the movie_info.xlsx file in the same directory. Open it and use as you like.

    xlsheet

Issue

If the program gets stuck while running, check your internet connection and do Steps 2 & 3 of Usage section again.

Author

  • Biraj Raj

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Please feel free to suggest improvements. Happy Coding. 👍