Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roysti10/licht
A coding tutorial website for the visually-impaired
https://github.com/roysti10/licht
css html js python pyttsx visually-impaired
Last synced: 3 days ago
JSON representation
A coding tutorial website for the visually-impaired
- Host: GitHub
- URL: https://github.com/roysti10/licht
- Owner: roysti10
- Created: 2020-10-30T19:00:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T13:00:07.000Z (over 3 years ago)
- Last Synced: 2023-11-04T07:31:39.237Z (about 1 year ago)
- Topics: css, html, js, python, pyttsx, visually-impaired
- Language: JavaScript
- Homepage:
- Size: 5.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Licht
## Description
Some people think that the sense of sight is one of the major requirements in the world of programming. It might be a requirement but we consider it be optional and not a neccessity.
Nevertheless, It is a bit more difficult for the visually impaired to learn to code than the unimpaired. We by this project attempt to make it a bit more simpler for the visually-impaired to enjoy the world of code. All that is required is a browser and a url and rest all is communicated through the sense of sound and implemented by the sense of touch.We bring a webpage containing simple programming tutorials in python. Each tutorial is communicated through voice and all that is required to run is pressing of some keys on the keyboard
## Requirements
1. Flask
2. pyttsx3
3. espeakInstall using
```bash
pip3 install -r requirements.txt
```## I want to run your project
To run our project follow these steps
1. Clone our repo into your system
2. Change your directory to 'Licht' using
```bash
cd Licht
```3. Run the model :
`flask run --reload`
5. Open http://127.0.0.1:5000/ and voila!!
## Thank You
Project made by: Royston([lucasace](https://github.com/lucasace)),Chakita ([Chakita](https://github.com/Chakita))
If you liked our project we would really appreciate you starring this repo.
Any Contributions to this project is welcomeThank you