bryan-brancotte / subtitle_to_speech

convert subtitle (.srt) to speech (.wav) using google API
Apache License 2.0
38 stars 22 forks source link

I couldn't install scriptine #11

Closed CFRANCAIS closed 7 months ago

CFRANCAIS commented 7 months ago

Hi, I couldn't install scriptine : True, False = 1, 0 ^ SyntaxError: cannot assign to True

In Python 3 True and False became keywords, assigning to them is an error.

The code in question is obviously for Python 2. Version 0.2.1 was released in 2015 and is no longer updated. The package seems to be outdated and abandoned.

Do you know if another package exist ?

Thanks !