rany2 / edge-srt-to-speech

Convert SubRip to speech using Microsoft Edge's TTS service
https://pypi.org/project/edge-srt-to-speech/
GNU General Public License v3.0
43 stars 10 forks source link

[Feature Request] Easy GUI #5

Closed photkey closed 2 years ago

photkey commented 2 years ago

I've been able to generate mp3 files in one click with another software, but the parameters are fixed, which isn't ideal. I was wondering if it would be possible to make a simple GUI for the time being that could still be started by passing in parameters, which could be tweaked in the GUI interface. I looked at a library that might be easier to implement, but unfortunately I have too little programming knowledge and don't know how to use this library, would it be helpful for you to look at this: https://github.com/chriskiehl/Gooey

Here's a picture attached to show you how I'm using it now. please ignore the Chinese in the menu, that's just the name of a different VOICE.

srt2speech

photkey commented 2 years ago

It is the command line parameters for edge-srt-to-speech that are already generated and executed by another software. but the one-click parameters are fixed and cannot be adjusted.