manojmj92 / subtitle-downloader

Python script to automatically download subtitles for any movie/tv series episode.
GNU General Public License v3.0
780 stars 238 forks source link

Add requirements.txt to install dependency required #41

Closed RamolaWeb closed 7 years ago

RamolaWeb commented 7 years ago

Since the script require Request and Beautiful Soup library to run , It will be great to add requirements.txt file as it will help to install the dependency required to run the script and causes no error if the user have not the required library provided.