A graphical user interface which automatically reads the book (Pdf, Word documents) and detects the page numbers. It is highly helpful to brings a reading habit to all individuals and also helpful to blind peoples to learn.
Frontend - Python
- Clone the repository
https://github.com/Ash515/AudioBook.git
- Check the status of your file
$git status
3.For using VScode for editing your files
$git code .
- To directly add your files to github
$git add .
- After writing your code commit your changes
$git commit -m <message>
- To pull your code to reposoitory
$git push origin master
Thats all about installation and version control with Git