Skip to content

Built to help students with assignments. A python based system that asks your query and its type(Wikipedia, Wolfram Alpha or Online Search) and returns the result. An option of text-to-speech is also provided.

Notifications You must be signed in to change notification settings

Khushik514/Assignment-Assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Assignment-Assist

Built to help student with assignments. A python based system that asks your query and its type(Wikipedia, Wolfram Alpha or Online Search) and returns the result. An option of text-to-speech is also provided.

Before using please install the following python libraries-

PySimpleGUI

wolframalpha

wikipedia

pyttsx3

Make sure to make a file named as keys.py in the same directory as the project and store these api-keys in that file.

  1. Sign Up on Wolfram Alpha and head to the API Section and click on Get API Access. Create an app and get your app id. Store it as -

app_id = 'your_api_key'

  1. Create account on Zenserp and get your api-key from there and store it as -

headers = { 'apikey': 'your_api_key' }

Run your assistant by using the following command-

python AssignmentAssist.py

or by just saying-

AssignmentAssist.py

About

Built to help students with assignments. A python based system that asks your query and its type(Wikipedia, Wolfram Alpha or Online Search) and returns the result. An option of text-to-speech is also provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages