jansenicus / vtt-to-srt.py

python script to convert all vtt files in a directory and all of its subdirectories to srt subtitle format
61 stars 33 forks source link

Version in Python 3 #14

Closed jsonzilla closed 5 years ago

heniotierra commented 5 years ago

Hi @0um , Maybe changing the version is not a good idea. I mean, many people still use Python 2.7, and actually it's a version a that's being developed along side Python 3. So instead of changing the Python version, I'd put a link in the README for your Python 3 version. Then, if you want it to be installable via pip, you'd also have to create a new PyPi package entry for it, named vtt-to-srt.py3 or something, reconfigure the package locally, upload generated data to PiPy's package database, and update your repository.

jsonzilla commented 5 years ago

I'm going to try to create installable via pip, I still do not know how to do it, but I'll look for :)

heniotierra commented 5 years ago

It's really simple. Instructions here: https://marthall.github.io/blog/how-to-package-a-python-app/ I'll edit the README to point to your fork. Thanks!