Skip to content

GeekyShiva/PyAssist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

PyAssist

PyAssist is the Python Digital Assistant. It is designed to do various tasks on a linux computer.

It is a GUI interface that encorporates the Speech_Recognition api as well as others such as the web browser, and goslate apis. More apis are used but come ready with ubuntu and or python itself.

You can download different mods to add to the main.py. These mods will usually have dependencies

To find out all of PyAssist's commands and tricks, go to help.txt

Dependencies

  • pip

sudo apt-get install pip

After you have installed pip,

pip install wikipedia

pip install wolframalpha

Also, make sure to install wxPython

  • All these applications will let us:

    use wikipedia for info get data from wolframalpha create a GUI (graphical user interface) set up python to do many more functions for future tinkering

  • Takeways:

    Pip lets us install python libraries Wolfram Alpha and Wikipedia apis help our application get data WxPython give our application a window to work on

  • Resources:

Install wxpython for the application here

Wikipedia Python API

Generate your Wolfram|Alpha API here