This project involves using the language Python and the libraries pyttsx3 and speech_recognition to detect and output voices to and from the user. The project is able to respond to requests such as "what is the time" and "what is the date" that speaks the current date and time to the user. In addition, the command "what is the weather" gives the current weather in any location that is specificed by the user. The command "play music" will run a music player that will play music, and the command "search on wikipedia" will give information from wikipedia any topics that the user is interested in. Lastly, the command "calculate" will calculate a math expression for the user.