Skip to content

Commit 4ef64d1

Browse files
authored
Update README.md
1 parent 0d9fd86 commit 4ef64d1

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
Welcome to the Python Projects repository, where you can find a collection of Python-based programming projects designed to enhance your coding skills from beginner to advanced levels.
33

44
## Table of Contents
5-
- [Project 1 - Number Guessing Game](#project-1---number-guessing-game)
6-
- [Project 2 - Word Guessing Game](#project-2---word-guessing-game)
7-
- [Project 3 - Hangman Game](#project-3---hangman-game)
8-
- [Project 4 - Rock Paper Scissors](#project-4---rock-paper-scissors)
9-
- [Project 5 - Taking Screenshot Application](#project-5---taking-screenshot-application)
10-
- [Project 6 - Desktop Notifier](#project-6---desktop-notifier)
11-
5+
This repository includes various Python projects:
6+
7+
| Project Name | Description |
8+
|--------------------------------|---------------------------------------|
9+
| 1. [Number Guessing Game](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%201%20-%20Number%20Guessing%20Game) | A game where players guess a number |
10+
| 2. [Word Guessing Game](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%202%20-%20Word%20Guessing%20Game) | A game where players guess a word |
11+
| 3. [Hangman Game](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%203%20-%20Hungman%20Game) | The classic Hangman game implementation |
12+
| 4. [Rock Paper Scissors](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%204%20-%20Rock%20Paper%20Scissor) | Digital version of the popular game |
13+
| 5. [Taking Screenshot Application](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%205%20-%20Taking%20Screenshot%20Application) | Application to capture desktop screenshots |
14+
| 6. [Desktop Notifier](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%206%20-%20Desktop%20Notifier) | Application for displaying desktop notifications |
1215

1316
## Introduction
1417

0 commit comments

Comments
 (0)