Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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. espeak

Install 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 welcome

Thank you