A simple Python app that downloads the most used subtitles in a certain language from OpenSubtitles.org and summarizes the top used words.
pip install langstat
py -m langstat [-h] [--csv] language_code [word_count]
Note: The OpenSubtitles login and download can be slow at times!
The language code has to be a three-letter language code.
MIT.