Skip to content

Commit 09d7b6d

Browse files
authored
Update README.md
1 parent 6fa789e commit 09d7b6d

File tree

1 file changed

+28
-18
lines changed

1 file changed

+28
-18
lines changed

README.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,46 @@
11
# Python Programs 🎮
2-
32
<hr>
43

5-
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.
4+
This repository contains a growing collection of simple Python programs created while learning and practicing Python.
5+
Each program is beginner-friendly and demonstrates basic Python concepts in a fun and interactive way.
6+
<br>
87
<hr>
9-
** 🎯 Purpose
8+
9+
## 🎯 Purpose
10+
<br>
11+
- Practice Python coding skills.
1012
<br>
11-
- To practice Python coding skills.
13+
- Experiment with game logic and interactive programs.
1214
<br>
13-
- To experiment with game logic and interactive programs.
15+
- Make learning Python enjoyable.
1416
<br>
15-
- To have fun while learning programming.
1617
<hr>
17-
** 📂 Programs in This Repository
18+
19+
## 📂 Programs in This Repository
20+
<br>
21+
- **KBC** – A mini version of *Kaun Banega Crorepati (KBC)* game.
1822
<br>
19-
- **KBC**This is same like that mini verson of Kon Banega Crorepati (KBC) game.
23+
- **Snake-Water-Gun**Classic game where the user and computer choose between snake, water, or gun, and the winner is declared.
2024
<br>
21-
- **Snake-Water-Gun** - This is where user chooses one out of snake, water, gun and computer chooses then the result is declaraed.
25+
- **Calculator** – A simple calculator for basic arithmetic operations.
2226
<br>
23-
- **Calculator** - Not a game but A simple normal calculator instead for basic calculations.
27+
- **Guess the Number** – Try to guess the correct number within a limited number of attempts.
2428
<br>
25-
- **Guess the number** - In this you have some chances in which you have to guess the right number.
29+
- **Currency Converter** – Convert currency values from one unit to another.
2630
<br>
27-
- **Currency-Converter** - This is the program for converting the currency from one to another.
31+
- **Fake News Generator** – Generates random fake news headlines with an option to create more.
2832
<br>
29-
- **Fake news Generator** - This where a fake news is made once then asked from user if want new fake news to generate.
33+
- **Alarm Clock** – A basic alarm clock where the user sets a time and receives an alert when it rings.
3034
<br>
31-
- **Alarm clock** - This is like normal alarm clock where user sets for the timer and at that time sound rings for some seconds.
35+
- **Calculator with History** – An enhanced calculator that includes history, clear, and exit commands.
3236
<br>
33-
- **Calculator_with_history** - This is something more than a simple calculator , it includes history , clear, exit command alsoo.
37+
- **Guess the Word** – A word-guessing game with difficulty levels, hints, and challenges.
3438
<br>
35-
- **Guessing_the_word** - This is a game where you havee guess the word and you can select for level also plus point is you get a hint alsoo.
39+
<hr>
3640

41+
## ⚙️ Installation & Usage
42+
<br>
43+
1. **Clone the repository**
44+
```bash
45+
git clone https://github.com/your-username/python-programs.git
46+
cd python-programs

0 commit comments

Comments
 (0)