# Voice Calculator A Python program that listens to your voice input, recognizes spoken arithmetic expressions, and calculates the result. It supports multiple operations including addition, subtraction, multiplication, division, square root, power, and modulo. --- ## Features - Continuous speech recognition until user presses Enter. - Supports natural language operators such as "plus", "minus", "into", "root", "power", and more. - Handles multiple spoken phrases combined into one calculation. - Uses threading to listen and process input asynchronously. - Text-based input prompt to control start/stop of listening. - Graceful exit with `exit` command. --- ## Download Download from the _Releases_ section