GithubHelp home page GithubHelp logo

chharding / lbl---lessboringlife---a-movie-recommender Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meliziba/lbl---lessboringlife---a-movie-recommender

0.0 0.0 0.0 61 KB

A movie recommending app

License: MIT License

Python 100.00%

lbl---lessboringlife---a-movie-recommender's Introduction

LessBoringLife App

This Python-based application uses the TMDb API to provide information about movies. It features a graphical user interface for users to search and view movie details.This application allows users to search for movies and view similar movies based on the selected movie. It is built using the Python tkinter library for the graphical user interface and interacts with the TMDB API for fetching movie data.

Project Structure

  • app_functions.py: Contains MovieFunctions for TMDb API interactions.
  • Key.py: Holds the TMDb API key.
  • main.py: Main application script, establishes the GUI.
  • LICENSE: MIT License documentation.
  • .gitignore: Specifies files for Git to ignore.

Installation Instructions

  1. Ensure Python is installed on your system.
  2. Clone the repository:
    git clone https://github.com/MeliZiba/LBL---LessBoringLife---A-movie-recommender
    
  3. Install required packages:
    pip install -r requirements.txt
    
  4. Insert your TMDb API key in Key.py. To have a TMDB API, you need to go to https://www.themoviedb.org/signup, and create an account. and from https://www.themoviedb.org/settings/api get your API key. Enter your API key in Key.py.

Usage Guidelines

  • Execute main.py to launch the application.

  • Use the GUI for searching movies. Results are based on TMDb API data. -

  • Enter the name of the desired movie.

  • Erro handling for invalid entry or no results:

  • From the result page, choose the intended movie, and press show similar button to see a list of similar movies.

  • A list of movies similar to the choosen one will be shown:

  • Use Add to Playlist button to add the movie to your playlist.

  • On the right side of the app, the "Your Playlist" section will include the movies that are added to playlist:

  • Filter the result range by entering the deisred year range.

  • If one or both entries are blank or not numerical a message box will pop up to show the error:

Contribution Guidelines

  • Fork the repo and create a new feature or bug-fix branch.
  • Follow clean code practices with comments.
  • Test the application thoroughly.
  • Make a pull request with a detailed description of changes.

License

This project is under the MIT License. See LICENSE file for more details.

lbl---lessboringlife---a-movie-recommender's People

Contributors

meliziba avatar

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.