Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.36 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.36 KB

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

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

cd Licht
  1. Run the model :

flask run --reload

  1. Open http://127.0.0.1:5000/ and voila!!

Thank You

Project made by: Royston(lucasace),Chakita (Chakita)

If you liked our project we would really appreciate you starring this repo. Any Contributions to this project is welcome

Thank you