Skip to content

Commit d891809

Browse files
authored
Update README.md
1 parent 350831a commit d891809

File tree

1 file changed

+35
-18
lines changed

1 file changed

+35
-18
lines changed

README.md

+35-18
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,48 @@
11
<h1 align='center'>P Y T H O N - P R O J E C T S</h1>
2-
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.
2+
3+
<p align='center'>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.</p>
4+
5+
<p align='center'>
6+
<img src="https://img.shields.io/github/repo-size/JawadSher/Python-Projects-Beginner-to-Advance?color=brightgreen&style=plastic" alt="Repository Size">
7+
<img src="https://img.shields.io/github/issues/JawadSher/Python-Projects-Beginner-to-Advance?color=blue&style=plastic" alt="Issues">
8+
<img src="https://img.shields.io/github/issues-pr/JawadSher/Python-Projects-Beginner-to-Advance?color=orange&style=plastic" alt="Pull Requests">
9+
<img src="https://img.shields.io/github/stars/JawadSher/Python-Projects-Beginner-to-Advance?color=yellow&style=plastic" alt="Stars">
10+
<img src="https://img.shields.io/github/license/JawadSher/Python-Projects-Beginner-to-Advance?color=red&style=plastic" alt="License">
11+
<img src="https://img.shields.io/github/forks/JawadSher/Python-Projects-Beginner-to-Advance?color=green&style=plastic" alt="Forks">
12+
<img src="https://img.shields.io/github/contributors/JawadSher/Python-Projects-Beginner-to-Advance?color=blue&style=plastic" alt="Contributors">
13+
<img src="https://img.shields.io/github/last-commit/JawadSher/Python-Projects-Beginner-to-Advance?color=orange&style=plastic" alt="Last Commit">
14+
<img src="https://img.shields.io/github/languages/top/JawadSher/Python-Projects-Beginner-to-Advance?color=red&style=plastic" alt="Top Language">
15+
</p>
16+
17+
318

419
## Table of Contents
520
This repository includes various Python projects:
621

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 |
15-
| 7. [Get Live Weather Desktop Notifications](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%207%20-%20Get%20Live%20Weather%20Desktop%20Notifications) | Application for fetching Latest Weather Updates & Display through Desktop Notifications |
16-
| 8. [Python Keyloger](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%208%20-%20Python%20Keyloger) | Capturing the client keyboard keys |
17-
| 9. [Attendence Management System](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%209%20-%20Class%20Attendence%20Management) | Basic Attendence Management System for School Classes |
18-
| 10. [Life Span Calculator](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2010%20-%20Life%20Span%20Calculator) | A basic project by using the PyWebIO framework to build web app to calculate person total age span. |
19-
| 11. [Python Code Editor](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2011%20-%20Python%20Code%20Editor) | A Python Code Editor web application Built with PyWebIO framework. |
20-
| 12. [File Encryptor - Decryptor](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2012%20-%20File%20Encryptor%20Decryptor) | A Python project that securely encrypts and decrypts files using the cryptography.fernet library.
21-
| 13. [Generating Payment Receipts](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2013%20-%20Generating%20Payment%20Receipts) | This Python project generates product receipts after purchases and notifies users upon completion.
22-
| 14. [Media Searcher and Downloader](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2014%20-%20Media%20Searcher%20and%20Downloader) | A Python application to search and download YouTube videos. It features a user-friendly CLI, allows resolution selection, and uses yt_dlp and pytube for efficient media handling.
22+
| No | Project Name | Description |
23+
|----|----|----|
24+
| 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 |
25+
| 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 |
26+
| 3 | [Hangman Game](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%203%20-%20Hungman%20Game) | The classic Hangman game implementation |
27+
| 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 |
28+
| 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 |
29+
| 6 | [Desktop Notifier](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%206%20-%20Desktop%20Notifier) | Application for displaying desktop notifications |
30+
| 7 | [Get Live Weather Desktop Notifications](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%207%20-%20Get%20Live%20Weather%20Desktop%20Notifications) | Application for fetching Latest Weather Updates & Display through Desktop Notifications |
31+
| 8 | [Python Keyloger](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%208%20-%20Python%20Keyloger) | Capturing the client keyboard keys |
32+
| 9 | [Attendence Management System](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%209%20-%20Class%20Attendence%20Management) | Basic Attendence Management System for School Classes |
33+
| 10 | [Life Span Calculator](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2010%20-%20Life%20Span%20Calculator) | A basic project by using the PyWebIO framework to build web app to calculate person total age span. |
34+
| 11 | [Python Code Editor](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2011%20-%20Python%20Code%20Editor) | A Python Code Editor web application Built with PyWebIO framework. |
35+
| 12 | [File Encryptor - Decryptor](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2012%20-%20File%20Encryptor%20Decryptor) | A Python project that securely encrypts and decrypts files using the cryptography.fernet library.
36+
| 13 | [Generating Payment Receipts](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2013%20-%20Generating%20Payment%20Receipts) | This Python project generates product receipts after purchases and notifies users upon completion.
37+
| 14 | [Media Searcher and Downloader](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%2014%20-%20Media%20Searcher%20and%20Downloader) | A Python application to search and download YouTube videos. It features a user-friendly CLI, allows resolution selection, and uses yt_dlp and pytube for efficient media handling.
2338

2439
## Introduction
2540

2641
This repository contains a series of Python projects tailored to help beginners dive into Python programming and gradually advance their skills. Each project is carefully crafted to cover various aspects of Python programming, including basic syntax, data structures, algorithms, and popular libraries.
2742

28-
<img src="https://bensstats.wordpress.com/wp-content/uploads/2020/08/zero-to-hero.gif?w=900">
43+
<p align='center'>
44+
<img src="https://bensstats.wordpress.com/wp-content/uploads/2020/08/zero-to-hero.gif?w=900" >
45+
</p>
2946

3047
## Installation
3148

0 commit comments

Comments
 (0)