An open API service indexing awesome lists of open source software.

https://github.com/charan12-git/coding-samurai-internship-task-1


https://github.com/charan12-git/coding-samurai-internship-task-1

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# CODING-SAMURAI-INTERNSHIP-TASK-1

# 🤖 Rule-Based Chatbot

A simple **Python chatbot** that can greet, answer basic questions, and tell the current **time** and **date**.
It’s a **console-based**, rule-driven chatbot built using Python’s standard libraries.

---
🔧 Features

Rule-based chatbot (no AI model required)

Handles greetings, asking for time/date, name, and capabilities

Fallback response for unknown queries

Console-based, easy to run on any system with Python 3
---
🧰 Requirements

Python 3.x

No external libraries required

----
## 🛠️ How to Run

### 1. Clone the repository and Run the chatbot
```bash
git clone https://github.com/your-username/chatbot.git
cd chatbot

python chatbot.py