Skip to content

AM13012002/Task2_CodeAlpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

A simple rule-based chatbot built with Python 🐍. This chatbot responds to a few basic user inputs like greetings and farewells, demonstrating fundamental chatbot logic and interactive programming.

πŸš€ Features

Responds to greetings (hello)

Answers simple questions (how are you)

Ends the chat gracefully (bye)

Provides a default response for unknown inputs

Beginner-friendly and easy to extend

πŸ› οΈ How It Works

The chatbot checks the user input against predefined rules:

If the input matches a known phrase β†’ it replies accordingly.

If the input is not recognized β†’ it responds with a fallback message.

The chat continues until the user types "bye".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages