Skip to content

abhikatta/Webber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webber

a simple system tray voice assistant app that takes voice input and searches on the default browser.

Click here to download the app(~150mb).

image

image

Compilation:

  1. Open Terminal.
  2. Change current directory to project directory.
  3. Run command:
pyinstaller Webber.py --noconsole --add-data './Webber.ico;.' 

  1. [Optional] Make any changes if you want to the Webber.spec file and run
    pyinstaller Webber.spec
    

That's it!

Bonus: If you want to open webber on system sign-in, you can add it to start-up apps by following below steps:

  1. Press Win+r on your windows machine.
  2. Type in:
    shell:startup
    
  3. Add Webber.exe to path/to/startup/folder. And you're done!

Check out infi.systray for more info/customization.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published