A simple rule-based chatbot built with Python. The chatbot responds to predefined user messages using functions, loops, and conditional logic.
- Greets users
- Responds to common questions
- Provides help commands
- Handles unknown input with a fallback response
- Exits gracefully
- Python
- Functions
- Loops
- Conditional statements
- Terminal input/output
- Clone this repository.
- Open the project folder.
- Run the chatbot:
python chatbot.pyhello
how are you
what is your name
help
bye
Ashutosh Tiwari