Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.68 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.68 KB

⭐ Star us on GitHub — it helps!

Smovie - CLI personal movie recommender - Beta version

  • This is a CLI application that suggests movies from the IMDB database based on the inputs you give to him.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

pip install -r requirements.txt

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python smovie.py

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Click - The CLI library
  • PyInquirer - Interactive CLI
  • Pandas - To Manuplate the IMDB database
  • IMDbPY - Only used to generate movie summary based on the ID

Contributing

coming soon

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details