Skip to content

Latest commit

 

History

History
46 lines (42 loc) · 1.53 KB

File metadata and controls

46 lines (42 loc) · 1.53 KB

Python Programs 🎮


This repository contains a growing collection of simple Python programs created while learning and practicing Python.
Each program is beginner-friendly and demonstrates basic Python concepts in a fun and interactive way.


🎯 Purpose


- Practice Python coding skills.
- Experiment with game logic and interactive programs.
- Make learning Python enjoyable.

📂 Programs in This Repository


- **KBC** – A mini version of *Kaun Banega Crorepati (KBC)* game.
- **Snake-Water-Gun** – Classic game where the user and computer choose between snake, water, or gun, and the winner is declared.
- **Calculator** – A simple calculator for basic arithmetic operations.
- **Guess the Number** – Try to guess the correct number within a limited number of attempts.
- **Currency Converter** – Convert currency values from one unit to another.
- **Fake News Generator** – Generates random fake news headlines with an option to create more.
- **Alarm Clock** – A basic alarm clock where the user sets a time and receives an alert when it rings.
- **Calculator with History** – An enhanced calculator that includes history, clear, and exit commands.
- **Guess the Word** – A word-guessing game with difficulty levels, hints, and challenges.

⚙️ Installation & Usage


1. **Clone the repository** ```bash git clone https://github.com/your-username/python-programs.git cd python-programs