Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 99d4861

Browse files
Update README.md
1 parent 3d6e69e commit 99d4861

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

‎Hangman Game/README.md‎

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# Package/Script Name
1+
# Hangman Game
22

3-
- `pip install time`
4-
There is a popular time module available in Python which provides functions for working with times, and for converting between representations.
3+
Create a List of secret words and randomly pick a word. Now represent each word as _ and give user chances to guess the word if the user guesses the word right then replace _ with the word.
54

6-
### Hint: Create a List of secret words and randomly pick a word. Now represent each word as _ and give user chances to guess the word if the user guesses the word right then replace _ with the word.
7-
8-
9-
## Setup Instruction
5+
## Setup Instruction
106

117
first install time package in your system open your terminal and write `pip install time` this will install time module in your system and random module is already install in python by itself so don't waste your time. Now make file `program.py` or whatever your choice and write program from program.py file and run it.
128

13-
# Output
9+
Make sure you have installed the **necessary packages** listed in **`requirements.txt`**, then simply run **`program.py`**.
10+
11+
# Screenshots
1412
[Output](https://github.com/Ayush7614/Amazing-Python-Scripts/blob/master/Hangman%20Game/Output.pdf)
1513

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /