Skip to content

Commit ceebda1

Browse files
authored
Create README.md
1 parent 14e98a2 commit ceebda1

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Madlibs/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--Please do not remove this part-->
2+
![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99)
3+
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)
4+
5+
# Mad Libs Game
6+
7+
8+
<!--An image is an illustration for your project, the tip here is using your sense of humour as much as you can :D
9+
10+
You can copy paste my markdown photo insert as following:
11+
<p align="center">
12+
<img src="your-source-is-here" width=40% height=40%>
13+
-->
14+
15+
## 🛠️ Description
16+
<!--Remove the below lines and add yours -->
17+
Mad Libs is a phrasal template word game. The player has to enter a set of words to substitute for blanks before knowing the story.
18+
19+
## ⚙️ Languages or Frameworks Used
20+
<!--Remove the below lines and add yours -->
21+
The only module required is random. You can install it using
22+
```pip install random```
23+
24+
## 🌟 How to run
25+
<!--Remove the below lines and add yours -->
26+
It is really simple to run the game. Simple head over to the directory where python file is saved and run the following command:
27+
```python madlibs.py```
28+
29+
## 📺 Demo
30+
![Screenshot_madlibs](https://user-images.githubusercontent.com/68545365/128495675-6f72cc4f-2a0f-4bdc-b1a1-18c60f37cd5d.png)
31+
32+
33+
## 🤖 Author
34+
<!--Remove the below lines and add yours -->
35+
<a href="https://github.com/ShrutiSolani">Shruti Solani

0 commit comments

Comments
 (0)