A simple smart assistant bot that works in the terminal.
- Responds to user commands like:
- Greet you if you say "hi", "hello", etc.
- Show current time and date.
- Help command to show available commands.
- About command to describe the bot.
- Save unknown commands into a text file for review.
- Python 3
- Datetime module
- File Handling
- Console Interface (Terminal)
main.py
: Main bot application code.not_recognized.txt
: Stores unrecognized user commands.
- Developed by [Your Name Here].