A python based desktop app that recommends movies based on your mood
This program uses web scrapping using BeautifulSoup4 and GUI using PyQt5
before you start using it make sure you have python installed and the following libraries
- bs4
- lxml
- requests
- re
- PyQt5 if you do not have these simply using the command from your command line:
pip install package-name
- download the entire folder
- Run the MovieCounsel.py file
- Click on any one of the moods
- Wait for a few seconds for the program to recommend you good movies, just like this !
3.You can click on any of the other buttons for different suggestions
These recommendations are based on IMDB results of certain categories. So to get different results in the same mood you may have to wait a few days

