CinemaSearch is a simple terminal-based movie search application powered by The Movie Database (TMDb).
Search for any movie title, choose from the results, and view detailed information like release date, language, rating, and description β all from your terminal.
- π Search movies by title using TMDb API
- π View details: title, description, release date, original language, +18 flag
- β Display vote average and vote count
- π Optional: open the movie poster in a browser
- Launch the app.
- Enter a movie title.
- Choose the result from the list.
- Get detailed movie info instantly.
π Note: You need your own TMDb API token.
Sign up and get it here: https://www.themoviedb.org/settings/api
If you want to try it out, grab the compiled version from Releases.
- Python 3
- requests
- TMDb REST API
Distributed under the MIT License. See LICENSE for more information.