https://github.com/akash-nath29/audiobook
https://github.com/akash-nath29/audiobook
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akash-nath29/audiobook
- Owner: Akash-nath29
- Created: 2023-08-06T06:02:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T06:02:43.000Z (over 1 year ago)
- Last Synced: 2025-02-12T11:53:39.199Z (3 months ago)
- Language: Python
- Size: 417 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This Project is opensource, so feel free to contribute in this project.
There are a couple few stapes to run this program in your machine. The first one is to write the whole code by yourself, which is effective for learning but insane work for production. The second one is to copy this repo.
If you're writing all by yourself, make sure your directory looks like this:
.
|
|_books
| |_pdfFile
|
|_main.pyIf you're copying this, follow the following steps:
1) Copy this repo using this command 'git clone https://github.com/Akash-nath29/audioBook.git'
2) redirect to the directory using 'audioBook'
3) Install required packags using 'pip install -r requirements.txt'
4) Run the Python file 'python main.py'Enjoy !!