Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dbd273 + 5477f39 commit 79294dbCopy full SHA for 79294db
projects/AudioBook/README.md
@@ -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
projects/Todo_app/Readme.md
@@ -7,6 +7,6 @@
# To run app
- Create virtual Environment
- Install requirements
-`pip install requirements.txt`
+`pip install -r requirements.txt`
- run app
`py app.py`
0 commit comments