a simple system tray voice assistant app that takes voice input and searches on the default browser.
Click here to download the app(~150mb).
- Open Terminal.
- Change current directory to project directory.
- Run command:
pyinstaller Webber.py --noconsole --add-data './Webber.ico;.'
- [Optional] Make any changes if you want to the
Webber.specfile and runpyinstaller 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:
- Press
Win+ron your windows machine. - Type in:
shell:startup - Add
Webber.exetopath/to/startup/folder. And you're done!

