Skip to content

Commit f97ca20

Browse files
authored
Update README.md
1 parent f4b1f47 commit f97ca20

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
1-
# Python_Beginner_Projects
2-
This is a set of beginner friendly python projects you can clone!😁❤️
1+
# 🌟 Python Beginner Projects
2+
3+
Welcome to the **Python Beginner Projects** repository! This collection features a variety of beginner-friendly Python projects designed to help you learn and practice essential programming concepts. Whether you're just starting your coding journey or looking to sharpen your skills, these projects are perfect for you!
4+
5+
## 📚 Table of Contents
6+
7+
- [Projects Overview](#projects-overview)
8+
- [Getting Started](#getting-started)
9+
10+
## 🚀 Projects Overview
11+
12+
This repository contains the following projects:
13+
14+
1. **Calculator** - A simple command-line calculator that performs basic arithmetic operations.
15+
2. **Dice Rolling Simulator** - Simulates the rolling of a dice and displays the result.
16+
3. **Number Guessing Game** - A fun game where you guess a randomly generated number.
17+
4. **To-Do List** - A command-line application to manage your tasks effectively.
18+
5. **Hangman Game** - The classic word guessing game.
19+
6. **Password Generator** - Generates secure random passwords based on user-defined criteria.
20+
7. **Weather App** - Fetches and displays weather information for a given location.
21+
8. **Simple Quiz App** - A quiz application that tests your knowledge on various topics.
22+
9. **Text-Based Adventure Game** - An interactive story where choices affect the outcome.
23+
10. **Currency Converter** - Converts amounts from one currency to another using real-time exchange rates.
24+
25+
## 💻 Getting Started
26+
27+
To get started with these projects, follow these steps:
28+
29+
1. Clone this repository to your local machine:
30+
```bash
31+
git clone https://github.com/mmabiaa/Python_Beginner_Project.git

0 commit comments

Comments
 (0)