Skip to content

Commit 94c4120

Browse files
authored
Update README.md
1 parent f273739 commit 94c4120

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,42 @@ PyAutoSRT is a PySimpleGUI based desktop app to auto generate subtitle and trans
1212

1313
### Installation
1414

15-
if you don't have python on your Windows system you can get compiled version from https://github.com/botbahlul/pyautosrt/releases/
15+
If you don't have python on your Windows system you can get compiled version from https://github.com/botbahlul/pyautosrt/releases/
1616

17-
just extract those ffmpeg.exe and pyautosrt.exe into a folder that has been added to PATH ENVIRONTMET for example in C:\Windows\system32
17+
Just extract those ffmpeg.exe and pyautosrt.exe into a folder that has been added to PATH ENVIRONTMET for example in C:\Windows\system32
1818

19-
you can get latest version of ffmpeg from https://www.ffmpeg.org/
19+
You can get latest version of ffmpeg from https://www.ffmpeg.org/
2020

21-
in Linux you have to install this script with python (version minimal 3.8 ) and install ffmpeg with your linux package manager for example in debian based linux distribution you can type :
21+
In Linux you have to install this script with python (version minimal 3.8 ) and install ffmpeg with your linux package manager for example in debian based linux distribution you can type :
2222

2323
```
2424
apt update
2525
apt install -y ffmpeg
2626
```
2727

28-
to install this pyautosrt, just type :
28+
To install this pyautosrt, just type :
2929
```
3030
pip install pyautosrt
3131
```
3232

33-
you can compile this script into a single executable file with pyinstaller by downloading "\__init\__.py" file, rename it to pyautosrt.py and type :
33+
You can compile this script into a single executable file with pyinstaller by downloading "\__init\__.py" file, rename it to pyautosrt.py and type :
3434
```
3535
pip install pyinstaller
3636
pyinstaller --onefile pyautosrt.py
3737
```
3838

39-
the executable compiled file will be placed by pyinstaller into dist subfolder of your current working folder, so you can just rename and put that compiled file into a folder that has been added to your PATH ENVIRONTMENT so you can execute it from anywhere
39+
The executable compiled file will be placed by pyinstaller into dist subfolder of your current working folder, so you can just rename and put that compiled file into a folder that has been added to your PATH ENVIRONTMENT so you can execute it from anywhere
4040

4141
I was succesfuly compiled it in Windows 10 with pyinstaller-5.1 and Pyhton-3.10.4, and python-3.8.12 in Debian 9
4242

43-
another alternative way to install this script with python is by cloning this git (or downloading this git as zip then extract it into a folder), and then just type :
43+
Another alternative way to install this script with python is by cloning this git (or downloading this git as zip then extract it into a folder), and then just type :
4444

4545
```
4646
python setup.py build
4747
python setup.py install
4848
```
4949

50-
### usage
50+
### Usage
5151

5252
```
5353
usage: pyautosrt.py [-h] [-S SRC_LANGUAGE] [-D DST_LANGUAGE] [-v] [-lf] [-ll]

0 commit comments

Comments
 (0)