Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 652 Bytes

File metadata and controls

43 lines (31 loc) · 652 Bytes

CodeAlpha Basic Chatbot

A simple rule-based chatbot built with Python. The chatbot responds to predefined user messages using functions, loops, and conditional logic.

Features

  • Greets users
  • Responds to common questions
  • Provides help commands
  • Handles unknown input with a fallback response
  • Exits gracefully

Technologies Used

  • Python
  • Functions
  • Loops
  • Conditional statements
  • Terminal input/output

How to Run

  1. Clone this repository.
  2. Open the project folder.
  3. Run the chatbot:
python chatbot.py

Example Commands

hello
how are you
what is your name
help
bye

Author

Ashutosh Tiwari