OP 25 February, 2023 - 01:01 AM
(This post was last modified: 25 February, 2023 - 01:01 AM by PhantomLiar. Edited 1 time in total.)
Hey, it's deluxo I got bored again so I made this: mp4 to txt translator
Likes and positive rep are always appreciated to help me get more premium cracks out there.
I also take requests for free, I'm not very good at coding but I can get you premium cracks and combos for free. just dm me on here!
I will create a post so everyone can have it however you will be tagged in the post so you see it first. I only ask that once you get the request leave me some positive rep and like the post.
some information on the program:
This program creates a GUI window with a "Choose file" and "Transcribe" buttons. When the user clicks the "Choose file" button, a file dialog box appears for selecting an MP4 file. When the user clicks the "Transcribe" button, the program uses the Google Cloud Speech-to-Text API to transcribe the audio in the selected MP4 file to text. The resulting transcript is saved as a text file and displayed in the GUI window, with each speaker identified by a speaker tag. Note that you'll need to set up a Google Cloud account and enable the Speech-to-Text API to use this program. You'll also need to install the google-cloud-speech
library using `pip install google'
Likes and positive rep are always appreciated to help me get more premium cracks out there.
I also take requests for free, I'm not very good at coding but I can get you premium cracks and combos for free. just dm me on here!
I will create a post so everyone can have it however you will be tagged in the post so you see it first. I only ask that once you get the request leave me some positive rep and like the post.
some information on the program:
This program creates a GUI window with a "Choose file" and "Transcribe" buttons. When the user clicks the "Choose file" button, a file dialog box appears for selecting an MP4 file. When the user clicks the "Transcribe" button, the program uses the Google Cloud Speech-to-Text API to transcribe the audio in the selected MP4 file to text. The resulting transcript is saved as a text file and displayed in the GUI window, with each speaker identified by a speaker tag. Note that you'll need to set up a Google Cloud account and enable the Speech-to-Text API to use this program. You'll also need to install the google-cloud-speech
library using `pip install google'