|
1 | 1 | <h1 align="center">Projects Made in Python</h1>
|
2 | 2 | <h4 align="center">This repository contains the projects made in Python during my learning phase.</h4>
|
3 | 3 | <p>
|
| 4 | + |
| 5 | + |
4 | 6 | <a href="https://github.com/simran2104/Python-Projects/tree/main/Automatic_System_Usage_Detector"><h3>1. Automatic System Usage Detector</h3></a>
|
5 | 7 | <p>
|
6 | 8 | 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.
|
7 | 9 | </p>
|
8 | | - <a href="https://github.com/simran2104/Python-Projects/tree/main/Automatic_System_Usage_Detector"><h3>1. Automatic System Usage Detector</h3></a> |
| 10 | + <br> |
| 11 | + |
| 12 | + <a href="https://github.com/simran2104/Python-Projects/tree/main/Cater_pillar"><h3>2. Cater Pillar game</h3></a> |
9 | 13 | <p>
|
10 | | - 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. |
11 | | - </p> |
| 14 | +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. |
| 15 | +</p> |
| 16 | +<p align="center"> |
| 17 | +<img src="https://github.com/simran2104/Python-Projects/blob/main/Cater_pillar/demo.gif" width="250"> |
| 18 | +</p> |
| 19 | +<br> |
| 20 | + |
| 21 | + |
| 22 | + |
12 | 23 | </p>
|
0 commit comments