https://github.com/dimdevs/latifa-robo
https://github.com/dimdevs/latifa-robo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimdevs/latifa-robo
- Owner: Dimdevs
- License: other
- Created: 2021-11-16T01:00:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T15:05:52.000Z (about 1 year ago)
- Last Synced: 2025-03-24T14:24:56.288Z (10 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Latifa Robo
A simple AI-based voice search assistant built with Python. Latifa Robo can recognize voice commands, search Wikipedia, open websites, play music, and more.
## Features
- Voice recognition using SpeechRecognition
- Text-to-speech feedback using pyttsx3
- Integration with Wikipedia for quick searches
- Automation for opening websites like YouTube, Google, WhatsApp Web, etc.
- Plays local music files
- Tells the current time
## Requirements
- Python 3.x
- Required Python libraries:
- pyttsx3
- SpeechRecognition
- wikipedia
## Installation
1. Clone this repository:
```bash
git clone https://github.com/Dimdevs/Python_latifaRobo.git
```
2. Install required libraries:
```bash
pip install pyttsx3 SpeechRecognition wikipedia
```
3. Run the script:
```bash
python main.py
```
## License
This project is licensed under the [Custom License](LICENSE). Please contact me at [dimasmaulana9494@gmail.com](mailto:dimasmaulana9494@gmail.com) for permission to use this software.
---
© 2024 Dimas Maulana (Dimdevs)