Skip to content

Commit

Permalink
Update Automation_0.2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Boves556 authored Jan 1, 2024
1 parent bcee11a commit 769698b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Automation_0.2.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Jan 1: Week_2: Explanation of the script:
This blog will include the explanation of my automation script. Its important you read it as it will give you a full understanding of the script and would help you modify it to suit your needs.

I will explain the script in groups or lines to ease understanding. So, let's go through the code line by line:

```
import psutil
import speedtest
import time
```
These lines import the necessary libraries needed to ensure the code runs properly.

The **psutil** library provides an interface to retrieve system utilization information, like CPU, memory, disk, and network usage. It makes the process of monitoring and interacting with system resources easier and it also offers functions to gather real-time data on processes and system performance. You can access vital information about a system's state, enable efficient resource management and automate system-related tasks with psutil.

0 comments on commit 769698b

Please sign in to comment.