Simple text-based assistant with basic functionality.
- Get current time/date
- Web search
- Command-based interface
- Extensible design
- Language: Python
- Libraries:
requests==2.28.2 - Complexity: Intermediate
pip install -r requirements.txt
python main.py- time - Get current time
- date - Get current date
- search [query] - Search web
- help - Show help
- quit - Exit
Open source for educational purposes.