Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08bf287

Browse files
Merge branch 'main' of https://github.com/simran2104/Python-Projects into main
2 parents 496d58c + 18c60ef commit 08bf287

File tree

1 file changed

+40
-25
lines changed

1 file changed

+40
-25
lines changed

‎README.md

Lines changed: 40 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,46 @@
11
<h1 align="center">Projects Made in Python</h1>
22
<h4 align="center">This repository contains the projects made in Python during my learning phase.</h4>
3-
<p><br>
3+
<p>
44

5+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Egg_catcher"><h3>1. Egg Catcher</h3></a>
6+
<p>
7+
This is basically a small game made in Python using "itertools", "random", "tkinter" libraries. In this is game, the user will be provided with a bucket. From the sky, some eggs will be fell and the user has to catch that eggs with the provided bucket. Everytime, the user looses a egg, one live will be decreased. Total 3 lives will be provided. And everytime, it catches a egg, score will be increased by 10.
8+
</p>
9+
<p align="center">
10+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Egg_catcher/demo.gif" >
11+
</p>
12+
13+
14+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Face-Detection-of-an-image"><h3>2. Face Detection of an image</h3></a>
15+
<p>
16+
This project detects a face from a photo or any image.
17+
</p><p align='center'>
18+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Face-Detection-of-an-image/photo.jpg" /> <img src="https://github.com/simran2104/Python-Projects/blob/main/Face-Detection-of-an-image/Output-Image.png" height=228 width=228/>
19+
<p>
520

6-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Automatic_System_Usage_Detector"><h3>1. Automatic System Usage Detector</h3></a>
21+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Automatic_System_Usage_Detector"><h3>3. Automatic System Usage Detector</h3></a>
722
<p>
823
Automatically detects whether due to overheating you have to shut down your PC or not. It prints "ERROR!", if your remaining Disk Usage is less than 20% and average CPU Usage in 1 sec is greater than 75%. Otherwise prints "Everything is OK!". It also checks your network connectivity.
924
</p>
1025

11-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Cater_pillar"><h3>2. Cater Pillar game</h3></a>
26+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Cater_pillar"><h3>4. Cater Pillar game</h3></a>
1227
<p>
1328
This is the game made in Python using its two library "Turtle" and "Random". In this, the user has to make the caterpillar to eat the food given in the GUI and the very moment it eats, the score increases by 10 and the very moment it touches the boundary, the game ends. And with the increase in the food it eats, its speed starts increasing.
1429
</p>
1530
<p align="center">
16-
<img src="https://github.com/simran2104/Python-Projects/blob/main/Cater_pillar/demo.gif" width="250">
31+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Cater_pillar/demo.gif" width="400">
1732
</p>
1833

19-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Dice_stimulator"><h3>3. Dice Stimulator</h3></a>
34+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Dice_stimulator"><h3>5. Dice Stimulator</h3></a>
2035
<p>
2136
This is a type of GUI which is made in Python using "Random" library. It just shows the user the dice image made using alpha-numeric symbols. Everytime the user rolls the dice, the random function randomly choose a no. and the dice image graphics will be shown.
2237
</p>
2338
<p align="center">
24-
<img src="https://github.com/simran2104/Python-Projects/blob/main/Dice_stimulator/demo.gif"width="350">
39+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Dice_stimulator/demo.gif">
2540
</p>
2641

2742

28-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Dictionary"><h3>4. Dictionary</h3></a>
43+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Dictionary"><h3>6. Dictionary</h3></a>
2944
<p>
3045
This is the simple dictionary made in Python using libraries: "json" and "difflib". In this, user is asked with a word of which he wants to know the meaning of. And then using "data.json" file, he will be get to know its meaning.
3146
<p>
@@ -34,32 +49,32 @@ This is the simple dictionary made in Python using libraries: "json" and "diffli
3449
</p>
3550

3651

37-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Egg_catcher"><h3>5. Egg Catcher</h3></a>
38-
<p>
39-
This is basically a small game made in Python using "itertools", "random", "tkinter" libraries. In this is game, the user will be provided with a bucket. From the sky, some eggs will be fell and the user has to catch that eggs with the provided bucket. Everytime, the user looses a egg, one live will be decreased. Total 3 lives will be provided. And everytime, it catches a egg, score will be increased by 10.
52+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Face-Detection-of-an-image"><h3>7. Face Detection Through Camera</h3></a>
53+
<p>This Project Detects faces that comes before the camera.
4054
</p>
55+
<h4>👉This is how it detects face from the photo before the camera:</h4>
56+
4157
<p align="center">
42-
<img src="https://github.com/simran2104/Python-Projects/blob/main/Egg_catcher/demo.gif">
43-
</p>
58+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Face-Detection-through-camera/Output.png"width=400height=300/>
59+
</p>
4460

4561

46-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Face-Detection-of-an-image"><h3>6. Face Detection of an image</h3></a>
47-
<p>
48-
This project detects a face from a photo or any image.
49-
</p><p align='center'>
50-
<img src="https://github.com/simran2104/Python-Projects/blob/main/Face-Detection-of-an-image/photo.jpg" /> <img src="https://github.com/simran2104/Python-Projects/blob/main/Face-Detection-of-an-image/Output-Image.png" height=228 width=228/>
51-
<p>
5262

63+
<a href="https://github.com/simran2104/Python-Projects/tree/main/GUI_calculator"><h3>8. GUI Calculator</h3></a>
64+
<p>A Calculator using Tk GUI toolkit Framework in Python.</p>
65+
<p align='center'>
66+
<img src="https://github.com/simran2104/Python-Projects/blob/main/GUI_calculator/calculator.png"/></p>
5367

5468

69+
<a href="https://github.com/simran2104/Python-Projects/tree/main/Motion-Detector"><h3>11. Motion Detector</h3></a>
70+
<p>This projects detects the change in the motion through the camera.</p>
71+
72+
<h4>👉We have a Problem statement of a company:</h4>
73+
<p align='center'>
74+
<img src="https://github.com/simran2104/Python-Projects/blob/main/Motion-Detector/Problem.png" width=700 height=350/>
75+
<p>
5576

56-
<a href="https://github.com/simran2104/Python-Projects/tree/main/Face-Detection-of-an-image"><h3>7. Face Detection Through Camera</h3></a>
57-
<p>This Project Detects faces that comes before the camera.
58-
</p>
59-
<h4>👉This is how it detects face from the photo before the camera:</h4>
6077

61-
<p align="center">
62-
<img src="https://github.com/simran2104/Python-Projects/blob/main/Face-Detection-through-camera/Output.png" width=400 height=300/>
63-
</p>
6478

6579
</p>
80+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /