This is a basic rule-based chatbot built in Python. It responds to user inputs with predefined responses. It's a great beginner project to understand how conditional logic, string handling, and basic AI conversation flows work.
- Handles greetings like "hi", "hello"
- Responds to questions like "how are you?", "what's your name?"
- Shows current date and time
- Knows who created it 🙂
- Can be easily extended with more responses
- Make sure you have Python installed (Python 3.6 or above)
- Run the script:
python chatbot.py