Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Simple Assistant

Description

Simple text-based assistant with basic functionality.

Features

  • Get current time/date
  • Web search
  • Command-based interface
  • Extensible design

Stack

  • Language: Python
  • Libraries: requests==2.28.2
  • Complexity: Intermediate

Installation

pip install -r requirements.txt
python main.py

Commands

  • time - Get current time
  • date - Get current date
  • search [query] - Search web
  • help - Show help
  • quit - Exit

License

Open source for educational purposes.