Skip to content

Releases: AdarshRawat1/Personal-Voice-Assistant

UI improvement

29 Jun 15:43
1daccff
Compare
Choose a tag to compare

New features included with release

feat:

  • new command: screen recording
  • new command : Chat GPT web interface interaction
  • UI: Assistant Loading Animation
  • UI: Assistant CLI design
  • UI: Detection CLI design
  • Doc : Added auto run at startup instructions

fix:

  • Speed Test command failing
  • 'none' whatsapp message sending

Added new features and organized code for better Reusability & Improved readability.

15 Jun 17:46
Compare
Choose a tag to compare

New features Included with release

Added Search functionality for

  • Bing
  • YouTube
  • Google

Browser Control

  • Open New tab
  • Close current tab

WIndow Features

  • Check Internet Speed
  • Open clipboard
  • Change Window Layout
  • Open Quick Settings
  • Take Screen Shot

Added WhatsApp message Automation

  • Messages can be sent using voice commands.

Added Controls for YouTube

Updated .git ignore

Screenshot/*.png
body/__pycache__
venv
__pycache__

Added pylint workflow

Modularized Code for Improved readability, Reusability, Scalability and Collaboration

  • Created new modules:
automation.py 
wish.py
contol.py
  • Moved listen.py and speak.py from Body to utils directory for better organization

  • Extracted Take command logic into command.py to separate functionality

  • Extracted all the task logic into automation.py to separate functionality.

  • Added current file structure to README.md

Basic Assistant 0.0.1

21 May 05:10
Compare
Choose a tag to compare

Personal-Voice-Assistant

Introducing Pip27, your voice assistant powered by Google Speech Recognition.

Features -

  • Open websites and Applications
  • Search Wikipedia effortlessly using simple voice commands.
  • WebSearcher accurately transcribes your voice, ensuring seamless interactions.

local installation

Either you can download the .exe release https://github.com/AdarshRawat1/Personal-Voice-Assistant/releases or locally run the code yourself.

To locally run the code

Prequisite

👻 Install Python 
👻 Add python to `path` 
👻 Check if `pip` is working 
👻 Install git bash 

Steps

  • Clone the repository to your system using following command in git bash

       git clone  https://github.com/AdarshRawat1/Personal-Voice-Assistant.git 
    
  • Now open cmd in this folder and run following command

       pip install -r requirements.txt
    
  • Run the code

      python main.py