vtt-to-srt.py
vtt-to-srt.py copied to clipboard
How to install the package
Currently when I try to install the package using pip install vtt-to-str it simply installs only the dist folder and not the package itself. When I try to import the package and use it in my code I get the error module not found. I'm wondering how I can get the package to work. Thank you.
I will check it out. TY.
@oma0256 sorry for the delay. I should send a patch soon that makes this program work with python3/pip3. But if you want to use it with python2, just download it with git clone or use the download button, and then run the PY file.