oscie57 / tiktok-voice

Simple Python script to interact with the TikTok TTS API
515 stars 74 forks source link

Fixed bug, moved voices to separate file #43

Closed lesageethan closed 6 months ago

lesageethan commented 6 months ago

Hi, love using this project. In my opinion it is the best way to get TTS in Python for free.

I've made a small change as per issue #40. The old URL included is no longer valid, so I have replaced with a new one.

Also, I quickly moved the voices variable to a separate file, as although the file is small, this was slightly impacting readability as the variable declaration takes up a lot of lines of code.

oscie57 commented 6 months ago

seems great! thank you very much