Team Name: Kryptonites
-
Programmophone is a tool to program with speech and is intended to be used by sightless, who have significantly less or no option to program.
-
It aims at providing complete hands free experience with programming which would specifically benefit those who are visually challenged.
-
Supports all popular programming languages such as C++, Java, Python
-
Can be used by both regular programmers and those with visual impairment
-
Supported OS: Windows
Git cloning the repository
git clone https://github.com/kunal2812/Programmophone
Installing all dependencies in requirements.txt
pip install -r requirements.txt
Go to the directory in which files like app.py, cursor_utils.py etc. are placed and run the following command
python app.py
OR
python3 app.py
- Tkinter
- SpeechRecognition
- Tensorflow
- subprocess
- pyttsx3
- threading
In files above
Small dataset that we created with the help of our friends
Special thanks to our mentor for giving us new ideas and motivating us to explore.
MIT