This Python Hangman game lets users guess a random four-letter word with up to six wrong attempts. It tracks guessed letters, validates input, and gives feedback after each guess. A fun way to learn loops, conditionals, and string handling while building a playable console game.