This is a Python script for playing Hangman game interactively. Some details of the program are:
- Player is allowed 8 guesses to guess an English word
- Only when player guessed wrong, the number of guesses will be decremented
- Program will show the letters have been guessed and the available letters
- Program will show player the correct letters at their corresponding place