Python Hangman Game
Overview
This is a Python script of the classic game "Hangman" with python3.6 and pyqt5. The word to guess is represented randomly from list by a row of dashes. If the player guess a letter which exists in the word, the script writes it in all its correct positions. The player has 5 turns to guess the word.
to install this game please type this commands to your terminal:
installation
pip3 install --user pyqt5
sudo apt-get install python3-pyqt5
sudo apt-get install pyqt5-dev-tools
sudo apt-get install qttools5-dev-tools