Inspiration
Well, I was inspired by the movie database challenge and decided to tackle it
What did I do?
Well, I wrote a python script which when run automatically adds the movie information to a google sheet that I have linked to the script
What does the code do?
It's pretty simple. When I run the code, it asks me what movie I have seen recently, what is its genre, what is its release date and some info about the director and actors. Once I have given the data, the program tells me that it has successfully updated the information into my google sheet
What else can I do?
This was the first time that I have ever automated Google Sheets using Python to create my own small database. I can improve the functionality a lot by only taking the movie's name as an input and then write a script so that the script itself can fetch all the other necessary details about the movie and put it into the database
Log in or sign up for Devpost to join the conversation.