A python based simple GUI application to recommend TV-Series based on emotion chosen by user. (Only for Python 2.X)
-
UBUNTU
Installing Additional Dependencies:a. BeautifulSoup
apt-get install python-bs4 (for Python 2) pip install beautifulsoup4b. Tkinter
apt-get install python-tkSimply run the script (core.py) from terminal as:
pyhton core.py -
WINDOWS
Installing Dependenciesa. BeautifulSoup
1. Open command prompt
2.cd c:\python27\scripts
3.pip install beautifulsoup4
b. Requests Libraray 1. Open command prompt
2.cd c:\python27\scripts
3.pip install requests