Pick My Movie |
SQL, Python, tkinter
This was a solo project for my Databases class, done during November-December 2025. The idea was to utilize an IMDb database of movies, reviews, genres, etc. and create a simple GUI where a user could create an account, and search for what type of movie they're looking for: genre, director, keywords in reviews. Then it would return to the user the movies that best fit those descriptions. Using another database with Rotten Tomatoes scores and platforms where the user could watch these movies, I integrated it into the app to further add details to each movie. Then I also created a review system where the user could review movies themselves, and movies would be recommended to them based on their reviews. This was accomplished using MySQL and the MySQL python connector, as well as tkinter for a simple python GUI.