Skip to content

Building my own personal assistant (Sammy) β€” how cool that is! 😁 Just need 20 lines of Python code here. 😎

Notifications You must be signed in to change notification settings

shakursiam/Virtual-Assistant_Sammy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Virtual Assistant-Sammy

Building my own personal assistant (Sammy) β€” how cool that is! 😁 Just need 20 lines of Python code here. 😎

Installation

For Windows Users

(run those in command prompt/cmt/terminal)

For the robot to listen to our voice/speech

  pip install speechRecognition 

To speak out, or text to speech

 pip install pyttsx3

For advance control on browser

  pip install pywhatkit 

To get wikipedia data

  pip install wikipedia 

To get funny jokes

  pip install pyjokes 

For Linux Users

Learn all the above commands on terminal.

Make sure to use

  pip3 

Install these

  pip3 install pyAudio

In case any error pops up install this -

  pip3 install portAudio

Support

For support, email [email protected] or join my Slack channel.

About

Building my own personal assistant (Sammy) β€” how cool that is! 😁 Just need 20 lines of Python code here. 😎

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages