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
- Host: GitHub
- URL: https://github.com/charan12-git/coding-samurai-internship-task-1
- Owner: charan12-git
- Created: 2025-09-23T13:11:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T13:23:22.000Z (10 months ago)
- Last Synced: 2025-09-23T15:17:04.808Z (10 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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