⭐ Star us on GitHub — it helps!
- This is a CLI application that suggests movies from the IMDB database based on the inputs you give to him.
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.
What things you need to install the software and how to install them
pip install -r requirements.txt
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
Add additional notes about how to deploy this on a live system
- Click - The CLI library
- PyInquirer - Interactive CLI
- Pandas - To Manuplate the IMDB database
- IMDbPY - Only used to generate movie summary based on the ID
coming soon
- Mo Salam - Mo Salam
This project is licensed under the MIT License - see the LICENSE file for details