Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎬 Movie Finder CLI

Python Requests OMDb API Status

Search for movies and get information like title, year, runtime and genre β€” directly from your terminal.


πŸš€ How to run

1. Install the dependency:

pip install requests

2. Get your free API key at omdbapi.com

3. Add your key inside movies.py:

key = 'your_api_key_here'

4. Run:

py movies.py

πŸ•ΉοΈ Example

Type the name of the movie: Inception

Title:    Inception
Year:     2010
Runtime:  148 min
Genre:    Action, Adventure, Sci-Fi

βœ… Features

  • πŸ” Search any movie by name
  • πŸ“‹ Returns title, year, runtime and genre
  • ⚑ Lightweight β€” only one external dependency

πŸ› οΈ Built with

About

CLI tool to search for movies and retrieve details like title, year, runtime and genre using the OMDb API.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages