Skip to content

MohitPal2005/FrydayVoiceAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎙️ Fryday - Python Voice Assistant with GUI

Fryday is a personal voice assistant built with Python. It listens to your commands and performs actions like:

  • Searching Wikipedia
  • Telling time
  • Opening YouTube, ChatGPT, VS Code, PDFs
  • Playing songs or movies

Now includes a simple desktop interface using Tkinter — no browser, no Flask.


📦 Features

  • Voice recognition using speech_recognition
  • Text-to-speech using pyttsx3
  • Wikipedia summaries
  • GUI using tkinter

🖥️ How to Run

1. Install dependencies:

pip install -r requirements.txt

2. Run the interface:
python interface.py


Click "Start Assistant" to run the voice assistant.



🧠 Tech Stack
Python

pyttsx3, speech_recognition, wikipedia

tkinter for GUI (no need to install separately)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages