📁 Repo: simple-chatbot
# Simple Chatbot
## Description
This is a beginner-friendly chatbot built using Python. The chatbot responds to user inputs using basic logic and conditional statements. It was created to understand how conversational systems work.
## Features
- Accepts user input
- Responds based on predefined rules
- Simple and easy to understand logic
## Technologies Used
- Python
## How to Run
1. Clone the repository:
```bash
git clone https://github.com/oseovie/simple-chatbot.git
2.Navigate to the folder:
cd simple-chatbot
3.Run the chatbot:
python chatbot.py