byroot / pysrt

Python parser for SubRip (srt) files
GNU General Public License v3.0
446 stars 67 forks source link

This adds cps property to SubRipItem #47

Closed felagund closed 10 years ago

felagund commented 10 years ago

CPS is characters per second, useful for checking the subtitles are not too dense to be comfortably read.

byroot commented 10 years ago

Please make sure to follow the PEP8: http://legacy.python.org/dev/peps/pep-0008/

You can use this script to help you: https://pypi.python.org/pypi/pep8

byroot commented 10 years ago

Squash merged as 2cb4ce778766f344b95f71301c2988a84097011d

The property have been renamed in characters_per_second