Skip to content

Commit 749e53d

Browse files
Update README.md
Updating layout
1 parent 7da0e7b commit 749e53d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Heading 1 brave-chatgpt-stt-script (Linux web)
1+
# brave-chatgpt-stt-script (Linux web, Python)
22

3-
## Heading 2 This is a lightweight Python cloud script for voice typing and speech-to-text (STT) automation in Brave and ChatGPT, utilizing xdtool.
4-
5-
## Heading 2 Voice Typing Script Overview
3+
This is a lightweight Python cloud script for voice typing and speech-to-text (STT) automation in Brave and ChatGPT, utilizing xdtool.
64

75
While this script is primarily designed for desktop environments, similar functionality can be achieved on mobile devices (iOS and Android) using built-in voice dictation features or custom mobile app development
86

9-
## Heading 3 Example
7+
8+
## Voice Typing Script Overview
109

1110

12-
### Install Necessary Dependencies
11+
1. ### Install Necessary Dependencies
1312
Make sure you have these installed via the terminal:
1413

1514

@@ -18,8 +17,11 @@ sudo apt-get install python3 python3-pip xdotool portaudio19-dev python3-pyaudio
1817
pip3 install SpeechRecognition
1918
```
2019

20+
2. File instructions for code snippets: Python Script
21+
22+
# Open the Python script and print its contents with open ('voice_type_py', 'r') as file:
23+
print (file.read)
2124

22-
Python Script
2325
Create a file named voice_type.py and add the following code:
2426

2527
```

0 commit comments

Comments
 (0)