An open API service indexing awesome lists of open source software.

https://github.com/dimdevs/latifa-robo


https://github.com/dimdevs/latifa-robo

Last synced: 6 months ago
JSON representation

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)