Skip to content

Bader-Aljaberi/codealpha_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CodeAlpha Tasks - Python Learning Projects

A collection of beginner-friendly Python projects including a classic Hangman game and interactive chatbot, developed as part of my programming learning journey.

๐ŸŽฎ Projects Included

1. Hangman Game

  • Description: Classic word-guessing game implementation
  • Features:
    • Random word selection
    • Letter guessing mechanics
    • Visual hangman progression
    • Win/lose condition handling
  • Technologies: Python, Random module, String manipulation

2. Simple Chatbot

  • Description: Basic conversational agent
  • Features:
    • Pattern-based responses
    • User input processing
    • Multiple conversation topics
    • Interactive dialogue system
  • Technologies: Python, String processing, Conditional logic

๐Ÿ› ๏ธ Technologies Used

  • Python 3 - Core programming language
  • Random Module - For game word selection
  • String Manipulation - Text processing and validation
  • Conditional Logic - Game rules and chatbot responses
  • User Input/Output - Interactive console applications

๐Ÿš€ Getting Started

Prerequisites

  • Python 3.6 or higher

Installation & Running

  1. Clone the repository:
git clone https://github.com/Bader-Aljaberi/codealpha_tasks.git
cd codealpha_tasks

About

Python learning projects including Hangman game and simple chatbot - foundational programming exercises

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages