Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
Khushi-sharma07 authored Oct 30, 2021
commit 45d4a3a390db9ef1c5a4480d01862f73ae6bd20c
7 changes: 4 additions & 3 deletions GUIScripts/Voice Calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Calculator working from voice commands
It's main purpose is to perform some simple calculations by just giving some voice commands 🎙 so just rest and give commands by speech and get the results ready.

## Description:
Here with the help of speech recognition and pyaudio packages of python we recognise the words and perform some simple mathematical calculations by some speech commands 🔊. It can perform addition, subtraction, multiplication, division, calculate the remainder, lcm and hcf just by voice commands 🗣.
Here with the help of speech recognition and pyaudio packages of python we recognise the words and perform some simple mathematical calculations by some speech commands 🔊. It can perform addition, subtraction, multiplication, division, calculate the remainder, lcm and hcf just by voice commands 🗣. This is a smart calculator you can also perform some scientific calculations in it by simply clicking on the buttons. It recognises various keywords which can be spoken while giving the calculation commands such as addition, add, plus these all keywords heard will do the same operation to add ➕ two numbers. It is a gui program with the help of tkinter package we have created a calculator display and buttons.

## Workflow:
The user will simply run the program click on 🎙 button and 🗣 the commands and then you have to do nothing just wait for your result to get displayed on screen 🤓💡.
The user will simply run the program click on 🎙 button and 🗣 the commands and then you have to do nothing just wait for your result to get displayed on screen 🤓💡. It is a dual system calculator which can work by simply clicking the buttons and also through voice commands.


## Media

Expand All @@ -22,4 +23,4 @@ The user will simply run the program click on 🎙 button and 🗣 the commands

## Author

Khushi Sharma
Khushi Sharma