Skip to content

A Python coded assistant to help you with your daily needs!

Notifications You must be signed in to change notification settings

nirajitpramanik/Python-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the repository

This repository uses basic modules to replicate Iron Man's renouned assistant "Jarvis". Although a basic usage, this assistant can search google, wikipedia and youtube!

Getting started

Firstly, create download the repository, and create a virtual environment

python3 -m venv env

And then activate the environment: For a Macintosh operating system:

source env/bin/activate

For a Windows operating system:

env\Scripts\activate

Once you have done this, you need to install the modules required. For this:

pip install -r requirements.txt

In the end, run the main file to bring up your assistant!

python3 asst.py

Usage

You can input multiple voice commands. The assistant requires an active internet connection in order to be able to search the internet for results.

Footnotes

If you wish to have any features added, or changed, feel free to mention the same in the Issues page of the repository.

About

A Python coded assistant to help you with your daily needs!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages