Subtitles Client came to make easier life to the viewers, Everyone who loves watching videos with subtitles can use my tool, Developers can fork my project and add more engines to it. I added executable for the basic windows users - I cant promise that this executable will be fully updated.
###Windows Executable:
- Windows x64 - http://realgame.co.il/tools/SubtitlesClient.exe
###Windows Installation:
- Install setuptools - No Need In ActivePython
- Open Command Prompt(cmd) as Administrator -> Goto python folder -> Scripts (cd c:\Python27\Scripts)
- easy_install pip
- pip install -r (Full Path To requirements.txt)
###Linux Installation:
- sudo apt-get install python-pip
- sudo pip install -r requirements.txt
###MacOSx Installation:
- sudo easy_install pip
- sudo pip install -r requirements.txt