You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
<ahref="https://github.com/simran2104/Python-Projects/tree/main/Automatic_System_Usage_Detector"><h3>1. Automatic System Usage Detector</h3></a>
21
+
<ahref="https://github.com/simran2104/Python-Projects/tree/main/Automatic_System_Usage_Detector"><h3>3. Automatic System Usage Detector</h3></a>
7
22
<p>
8
23
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.
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.
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.
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.
31
46
<p>
@@ -34,32 +49,32 @@ This is the simple dictionary made in Python using libraries: "json" and "diffli
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
+
<ahref="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.
40
54
</p>
55
+
<h4>👉This is how it detects face from the photo before the camera:</h4>
0 commit comments