F.R.I.D.A.Y is a voice-commanding assistant service in Python 3.8. It can recognize human speech, interact with users, and execute basic commands.
- Operating System: Windows 11
- Python Version: 3.8x
- Opens Web pages (e.g.,
Friday open youtube.com
) - Opens Desktop applications (e.g.,
Friday open notepad
) - Tells Current time (e.g.,
Friday tell me the time
) - Tells Current date (e.g.,
Friday tell me the date
) - Performs Basic calculations (e.g.,
Friday calculate 2 + 2
) - Tells Current weather of a city (e.g.,
Friday tell me the weather of Pune
) - Help command prints all skills with descriptions (e.g.,
Friday help
) - Tells what functions it can perform (e.g.,
Friday functions
)
- Supports two different user input modes: text or speech. Users can write or speak into the mic.
- Provides vocal and text responses.
F.R.I.D.A.Y uses third-party APIs for speech recognition, web searches, weather forecasting, etc. All the following APIs offer free non-commercial API calls. Subscribe to the following APIs to access free keys:
- OpenWeatherMap: API for weather forecasting.
-
Download the GitHub repository locally
https://github.com/RiyaTorgal/F.R.I.D.A.Y.git
-
Change the directory
cd .\F.R.I.D.A.Y\
python -u "your\Folder\Location\main.py"
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT license - see the LICENSE file for details.