Skip to content

ad03/TV-Series-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

TV-Series-Recommender

A python based simple GUI application to recommend TV-Series based on emotion chosen by user. (Only for Python 2.X)

Steps for installation

  1. UBUNTU
    Installing Additional Dependencies:

    a. BeautifulSoup

        apt-get install python-bs4 (for Python 2)
        pip install beautifulsoup4 
    

    b. Tkinter

        apt-get install python-tk
    

    Simply run the script (core.py) from terminal as:

         pyhton core.py  
    
  2. WINDOWS
    Installing Dependencies

    a. 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

About

A python based simple GUI application to recommend TV-Series based on emotion chosen by user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages