GitHelper is an audio based GitHub client.
The artificial intelligence makes programming faster by doing tedious tasks for you!
still in developement
There is no direct installation available yet, since there is no distribution yet.
Please install all requirements
You must install the gitpanion library which makes calls to the github REST api.
There's more documentation at the page's changelog.
py -m pip install gitpanion
so far, GitHelper is only windows supported.
This is because it makes use of the windows text-to-speech engines built in.
Here's an extensive list of all requirments and their source links.
Note: YOU MUST INSTALL THESE PROGRAMS IN THIS ORDER
This is because some programs in this list rely on EACH OTHER.
- PyWin32 : source
- pyaudio :
pip install SpeechRecognition
- pyttsx : (custom version) download source
- speech_recognition :
pip install SpeechRecognition
- gitpanion :
pip install gitpanion
- requests :
pip install requests
It's important to understand how the software works before developement.
here is where you can find a guide of how the process works.
class documentation is here