Skip to content

pythonscholar/Hangman-Game-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman-Game-in-Python

A Hangman game made with simple python using Tkinter library. To run this game on your system follow steps given below. Open Tutorial : https://pythonscholar.com/python-projects/hangman-game-in-python/

  1. Clone this repository
  2. Make sure you have python 3 and Tkinter installed in your system
  3. Select the directory Hangman and open terminal in it.
  4. Run the follow command for terminal version.
python Hangman_Console.py
  1. Run the follow command for GUI version.
python Hangman_GUI.py

About

A Simple Hangman game made with basic python and Tkinter library for GUI verison.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages