Skip to content

Commit 53bbfee

Browse files
committed
Add files via upload
1 parent 930a536 commit 53bbfee

11 files changed

+40
-3
lines changed

1_Dice_Rolling_Stimulator/README.md Dice_Rolling_Stimulator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Running the script is really simple! Just open a terminal in the folder where yo
2424
python dice_stimulator.py
2525
```
2626

27-
## 🌈 Demo
27+
## 📺 Demo
2828
<p align="center">
2929
<img src="https://github.com/nduongthucanh/python-mini-project/blob/main/IMG/ds.gif" width=50% height=50%>
3030

2_Dictionary/README.md Dictionary/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Running the script is really simple! Just open a terminal in the folder where yo
2424
python dictionary.py
2525
```
2626

27-
## 🌈 Demo
27+
## 📺 Demo
2828
<p align="center">
2929
<img src="https://github.com/nduongthucanh/python-mini-project/blob/main/IMG/dict.gif" width=50% height=50%>
3030

File renamed without changes.
File renamed without changes.

3_Hangman_Game/README.md Hangman_Game/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Running the script is really simple! Just open a terminal in the folder where yo
2020
```sh
2121
python hangman.py
2222
```
23-
## 🌈 Demo
23+
## 📺 Demo
2424
<p align="center">
2525
<img src="https://github.com/nduongthucanh/python-mini-project/blob/main/IMG/hangman.gif" width=50% height=50%>
2626

File renamed without changes.

IMG/Bootcamp-Fork.png

17.6 KB
Loading

IMG/download-code.png

19.9 KB
Loading

IMG/pull-request.png

34.1 KB
Loading

README_TEMPLATE.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
# Script Title
6+
7+
Add a jpeg/png/gif file here if allicable
8+
9+
<!--An image is an illustration for your project, the tip here is using your sense of humour as much as you can :D
10+
11+
You can copy paste my markdown photo insert as following:
12+
<p align="center">
13+
<img src="your-source-is-here" width=40% height=40%>
14+
-->
15+
16+
## 🛠️ Description
17+
<!--Remove the below lines and add yours -->
18+
A short description about the script must be mentioned here.
19+
20+
## ⚙️ Languages or Frameworks Used
21+
<!--Remove the below lines and add yours -->
22+
Modules required to be able to use the script successfully
23+
and how to install them.
24+
(If there are a lot of them, including a `requirements.txt` file will work better.)
25+
26+
## 🌟 How to run
27+
<!--Remove the below lines and add yours -->
28+
Steps on how to run the script along with suitable examples.
29+
30+
## 📺 Demo
31+
Add a Screenshot/GIF showing the sample use of the script (jpeg/png/gif).
32+
33+
## 🤖 Author
34+
<!--Remove the below lines and add yours -->
35+
The name of the author of the code goes here.
36+
If you have a web site or a Git user name, feel free to link.
37+

0 commit comments

Comments
 (0)