Replies: 3 comments
-
I've been writing an interface for TorToiSe for a couple of weeks, but being my first project, I'm learning python as I go along. It will have a small text editor and all the switches that TTS has, plus an option to rearrange the lines of the text to be n characters long, so it won't throw so many errors when you read a long text file. Oh, and it will select between do_tts.py and read.py based on the length of the text. |
Beta Was this translation helpful? Give feedback.
-
I am trying to the same here ,but it is still not working, can you help me with it? class TextToSpeechGUI:
if name == "main": |
Beta Was this translation helpful? Give feedback.
-
Has anyone considered using Gradio? IMHO the interface is much more intuitive than Tk. |
Beta Was this translation helpful? Give feedback.
-
dont know if this is stupid or anyone will find this useful but i used chatgpt to make this little script
just put this python script in the tortoise folder and if activated will make a little text input area for voice/sentence to avoid command line stuff everytime you want to try to run it.
you can also use this bat file to automatically activate your conda env and start the above script just with a click
if you make the batfile into a shortcut, you can put cmd /c in front of the path in properties and you can pin it on your taskbar then
Beta Was this translation helpful? Give feedback.
All reactions