Skip to content

A simple interactive chat bot in Python. Small console bot that asks your name, age, and favorite color.

Notifications You must be signed in to change notification settings

nodemist/simple-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Simple Chat Bot 🤖

This is a small interactive Python program created as a practice project.

What it does

The bot:

  • Asks your name and greets you.
  • Asks your age and compares it with the bot's (which is 3 years old).
  • Asks your favorite color and responds with a personalized message.

Example interaction

Hello! What is your name? Anna
Nice to meet you, Anna!
How old are you? 24
You are 21 years older than me. I'm only 3 years old!
What's your favorite color? Blue
Oh, blue is a beautiful color!

How to run it

python bot.py

✨ Have fun talking to the baby bot!

About

A simple interactive chat bot in Python. Small console bot that asks your name, age, and favorite color.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages