Skip to content

mabedis/movie-py-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

movie-py-cli

A simple script for fetching movie details right from the terminal.

Requirements

  1. Requests
  2. BeautifulSoup4

Packages Installation

Simply install the required packages with pip as below:

$ pip install -r requirements.txt

How to Use:

For using it, simply change directory to the main folder (movie-py-cli), run the script as below by passing the title of your desired movie to retreive its information. (Note that this script is written with Python 3.~.)

$ python3 movie-py.py peaceful warrior

Screenshot

Screenshot from 2021-04-11 19-21-03

About

A simple script for fetching movie details right from the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%