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.
- Voice recognition using
speech_recognition - Text-to-speech using
pyttsx3 - Wikipedia summaries
- GUI using
tkinter
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)