Skip to content

Commit cbf5757

Browse files
authored
Update README.md
1 parent bc3f902 commit cbf5757

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Python Games 🎮
1+
# Python Programs 🎮
22

33
<hr>
44

55

6-
This repository contains a growing collection of simple Python games I created while learning and practicing Python programming.
7-
Each game is built with basic Python concepts and is meant to be beginner-friendly.
6+
This repository contains a growing collection of simple Python programs, created while learning and practicing Python programming.
7+
Each program is built with basic Python concepts and is meant to be beginner-friendly.
88
<hr>
99
** 🎯 Purpose
1010
<br>
@@ -14,7 +14,7 @@ Each game is built with basic Python concepts and is meant to be beginner-friend
1414
<br>
1515
- To have fun while learning programming.
1616
<hr>
17-
** 📂 Games in This Repository
17+
** 📂 Programs in This Repository
1818
<br>
1919
- **KBC** – This is same like that mini verson of Kon Banega Crorepati (KBC) game.
2020
<br>
@@ -23,4 +23,6 @@ Each game is built with basic Python concepts and is meant to be beginner-friend
2323
- **Calculator** - Not a game but A simple normal calculator instead for basic calculations.
2424
<br>
2525
- **Guess the number** - In this you have some chances in which you have to guess the right number.
26+
<br>
27+
- **Currency-Converter** - This is the program for converting the currency from one to another.
2628

0 commit comments

Comments
 (0)