diff --git a/projects/AudioBook/README.md b/projects/AudioBook/README.md new file mode 100644 index 00000000..2af61045 --- /dev/null +++ b/projects/AudioBook/README.md @@ -0,0 +1,14 @@ +# AudioBook + +### Description +This application will make an mp3 based on you pdf file. + +### Instal the requirements +``` +pip install gtts +pip install PyPDF2 +``` +### Dun the application +``` +python Audio-book.py +``` diff --git a/projects/Todo_app/Readme.md b/projects/Todo_app/Readme.md index 386f9a57..f5dbb494 100644 --- a/projects/Todo_app/Readme.md +++ b/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`