Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gunarakulangunaretnam committed Jun 21, 2022
1 parent 8a58397 commit 3f32361
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,40 @@ Googletrans is a free and unlimited python library that implemented Google Trans

This is core library of this project, which does the translations among languages.

## Configuration & Setup

- Install playsound

```
pip install playsound
```

- Install gTTS

```
pip install gTTS
```

- Install SpeechRecognition

```
pip install SpeechRecognition
```


- Install googletrans

```
pip install googletrans==3.1.0a0
```


## Execution & Running

**Note:** To perform translation, navigate to the preferred folder, and execute the run.py script to start the program.
**Note:** To run this program, navigate to the preferred folder, and execute the run.py script to start the program.

![diagram](github-readme-contents/folder.jpg)


```
python run.py
Expand Down
Binary file added github-readme-contents/folder.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f32361

Please sign in to comment.