|
1 | 1 | # Python Programs 🎮 |
2 | | - |
3 | 2 | <hr> |
4 | 3 |
|
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> |
8 | 7 | <hr> |
9 | | -** 🎯 Purpose |
| 8 | + |
| 9 | +## 🎯 Purpose |
| 10 | +<br> |
| 11 | +- Practice Python coding skills. |
10 | 12 | <br> |
11 | | -- To practice Python coding skills. |
| 13 | +- Experiment with game logic and interactive programs. |
12 | 14 | <br> |
13 | | -- To experiment with game logic and interactive programs. |
| 15 | +- Make learning Python enjoyable. |
14 | 16 | <br> |
15 | | -- To have fun while learning programming. |
16 | 17 | <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. |
18 | 22 | <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. |
20 | 24 | <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. |
22 | 26 | <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. |
24 | 28 | <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. |
26 | 30 | <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. |
28 | 32 | <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. |
30 | 34 | <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. |
32 | 36 | <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. |
34 | 38 | <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> |
36 | 40 |
|
| 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