Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 5477f39

Browse files
Create README.md
1 parent d8995a1 commit 5477f39

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

projects/AudioBook/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# AudioBook
2+
3+
### Description
4+
This application will make an mp3 based on you pdf file.
5+
6+
### Instal the requirements
7+
```
8+
pip install gtts
9+
pip install PyPDF2
10+
```
11+
### Dun the application
12+
```
13+
python Audio-book.py
14+
```

0 commit comments

Comments
 (0)