https://github.com/ash515/digitalgyan
A simple python application that reads the book
https://github.com/ash515/digitalgyan
Last synced: 6 months ago
JSON representation
A simple python application that reads the book
- Host: GitHub
- URL: https://github.com/ash515/digitalgyan
- Owner: Ash515
- License: mit
- Created: 2020-10-01T14:56:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T04:38:55.000Z (over 4 years ago)
- Last Synced: 2025-03-27T09:40:04.704Z (6 months ago)
- Language: Python
- Size: 1.65 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital Gyan 📓
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.## Tech Stacks
Frontend - Python## Installation
1. Clone the repository
```
https://github.com/Ash515/AudioBook.git
```
2. Check the status of your file
```
$git status
```3.For using VScode for editing your files
```
$git code .
```
4. To directly add your files to github
```
$git add .
```
5. After writing your code commit your changes
```
$git commit -m
```
6. To pull your code to reposoitory
```
$git push origin master
```
Thats all about installation and version control with **Git**# Developer ❤
[Ashwin Kumar Ramaswamy](https://github.com/Ash515)