Skip to content

A Python script for collecting and writing information about movies (in your local directory) in an Excel Table.

License

Notifications You must be signed in to change notification settings

braj15/imdb-movie-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. 👍

About

A Python script for collecting and writing information about movies (in your local directory) in an Excel Table.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages