word_guessing_game
A Python-based word guessing game using random module and loops.
🎮 Word Guessing Game
A simple Python console game where the player guesses a randomly selected word one letter at a time.
📌 Features
- Random word selection
- Case-insensitive input
- Displays progress using
_
- 6 incorrect attempts allowed
- Win/Lose conditions
▶️ How to Play
- Enter one letter per turn
- Correct → letter is revealed
- Wrong → lose one chance
- Guess the word before attempts end
🚀 Run the Game
python word_game.py
👩💻 Author
-
B susmitha
-
🤖 Rule-Based Chatbot
A simple console-based chatbot built using Python that responds to predefined user inputs.
📌 Features
- Responds to basic inputs like greetings and questions
- Uses
if-elif conditions for decision making
- Continuous conversation using a loop
- Handles unknown inputs with a default reply
▶️ How it Works
- User enters a message
- Chatbot checks predefined conditions
- Displays the corresponding response
- Stops when user types
bye
🚀 Run the Chatbot
```id=”m6yk0k”
python chatbot.py
👩💻 Author
B Susmitha