Giter Club home page Giter Club logo

movie-sheets's Introduction

Movie-Sheets

My tool for automating my google sheets movie list

Screenshot of my Movie Spreadsheet

I chose to use google sheets because it's a simple way to store data that I also want to share. Google sheets also has relatively intuitive and nice looking conditional formatting tools that I wanted to learn more about.

The nice thing about sheets as well is you can programatically insert data using python, and the formatting rules will apply to the newly added data, you don't need to program in formatting as you enter data.

How to use

Once everything is configured, run python3 moviesheets.py with python3. The program will ask you the name of the movie you want to add/edit.

If the movie isn't already in your spreadsheet it assumes you want to add it to the database. If you input an exact match then the program will immediately ask you what you want to edit about the movie, but if you input something that is similar (using levenshtein distance as a metric for simplicity's sake) to other movies in the spreadsheet then it will ask you if it's any of those.

The program will then ask you a series of questions related to the movie (do you recommend, which movie on IMDB are you referring to specifically, numeric rating, notes pertaining to your review), once answered it adds a new row to your spreadsheet with the data you entered.

Dependencies

imdbpy

gspread

oauth2client

python-Levenshtein

Credits

thanks to:

https://www.twilio.com/blog/2017/02/an-easy-way-to-read-and-write-to-a-google-spreadsheet-in-python.html

https://imdbpy.github.io/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.