Skip to content

SrushteeG/CodeAlpha_BasicChatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

CodeAlpha_BasicChatbot

This project is developed as part of the CodeAlpha Python Programming Internship (Task 4). It is a simple rule-based chatbot that interacts with users based on predefined inputs and replies. The bot takes user messages like "hello", "how are you", and "bye", and responds accordingly using conditional logic.

CodeAlpha Basic ChatBot

This repository contains a simple rule-based chatbot developed as part of the CodeAlpha Python Programming Internship (Task 4). The chatbot interacts with users through the console by responding to predefined inputs like "hello", "how are you", and "bye" using if-elif-else logic.

Project Overview

This is a terminal-based Python chatbot that:

  • Understands basic user greetings
  • Responds with predefined replies
  • Runs continuously until the user types "bye" Itโ€™s designed to help beginners practice Python fundamentals like conditionals, functions, loops, and string manipulation.

Features

  • ๐Ÿ“ฅ Accepts user input from the console
  • ๐Ÿ’ฌ Responds with simple, friendly messages
  • ๐Ÿ” Runs in a loop until the exit command is given
  • ๐Ÿ’ก Easily extendable for more conversations

๐Ÿ›  Technologies Used

  • Language: Python 3
  • Libraries: No external libraries used (only built-in)

About

This project is developed as part of the CodeAlpha Python Programming Internship (Task 4). It is a simple rule-based chatbot that interacts with users based on predefined inputs and replies. The bot takes user messages like "hello", "how are you", and "bye", and responds accordingly using conditional logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages