Skip to content

A small virtual assistant made in Python for a code jam, Timathon, held by TechWithTim.

Notifications You must be signed in to change notification settings

MR-Seven-7/Mr_Seven_Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr_Seven_Assistant

A small virtual assistant made in Python for a code jam, Timathon, held by TechWithTim.

Note : To access settings or add commands give 'settings' command.

What can it do ?

  • It lets you add your command with a Key-Value. Where Key holds the command through which you want to trigger action which is held by Value. Value should hold location of the file or terminal command to be executed. You add commands through settings. Example :
    Key = pip
    Value = pip install
    Command = pip install module_name
    This will pip install the module.

    Or

    Key = open code
    Value = location of Visual studio code or its shorcut (Avoid using quotation marks)
    Command = open code
    This will open Visual studio code
  • Will result in installing the module named python. The value can be any terminal command from shutdown to cd.
  • Play music for you. To play music it searches the directory which you can provide using settings, if not found it play it on Youtube. Example : play lose yourself
  • Open website for you. Example : 'open techwithtim' will open techwithtim.net
  • Search wikipedia. Example : 'what is apple inc' or 'who is steve jobs' or 'wiki youtube'
  • Reply to some regular question. Example : 'what is your name' or 'good morning' or 'what is date/time'

How To Use ?

       Run main.pyw

How to know the status ?

       To see status refer to the dot at the last of the window. Here is what the color of the circle means :
  • Black/White : Welcome!
  • Blue : Listening or Recognizing your vocal input
  • Yellow : Processing command
  • Green : Command executed successfully
  • Red : Failed to execute command

Buttons

  • E : Execute (Enter Key)
  • M : Microphone (Tab Key if window is active else Alt Gr key)
  • X : Close (Esc Key)

About

A small virtual assistant made in Python for a code jam, Timathon, held by TechWithTim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages