Skip to content

sea51930/GitHelper-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHelper

GitHelper is an audio based GitHub client.
The artificial intelligence makes programming faster by doing tedious tasks for you!

Installation

still in developement
There is no direct installation available yet, since there is no distribution yet. Please install all requirements

Windows

gitpanion

You must install the gitpanion library which makes calls to the github REST api.
There's more documentation at the page's changelog.

packages

py -m pip install gitpanion

requirements

so far, GitHelper is only windows supported.
This is because it makes use of the windows text-to-speech engines built in.

Windows

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_api driver requirements

  • gitpanion : pip install gitpanion
  • requests : pip install requests

Developer notes

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