Metadata-Version: 2.5
Name: quicksysmon
Version: 1.0.4
Summary: Fast CLI system hardware monitor for Linux
Requires-Python: >=3.8
Requires-Dist: psutil
Description-Content-Type: text/markdown

# A lightweight and fast command-line utility for monitoring system resources on Linux 🐧
********
## Features:
********
### **CPU: usage, temperature, number of cores and threads**

### **RAM: total memory, free memory, used memory, and usage**
⠀
### **DISK: total capacity, free space, used space, disk usage (percentage), and current read/write speed**
⠀
### **GPU: temperature**
⠀
⠀
⠀
***********************
# Installation Guide:
***********************
# 1. Install pipx for your Linux distribution
## Arch Linux, Manjaro, EndeavourOS, Garuda, CachyOS:
### **sudo pacman -S python-pipx**
⠀
## Ubuntu, Debian, Linux Mint, Pop!_OS, Kali Linux, Elementary OS:
### **sudo apt update && sudo apt install pipx**
⠀
⠀
## Fedora, RHEL (8/9 с EPEL), CentOS Stream, Rocky Linux, AlmaLinux:
### **sudo dnf install pipx**
⠀
⠀
## openSUSE (Tumbleweed, Leap):
### **sudo zypper install python3-pipx**
⠀
⠀
## Alpine Linux:
### **sudo apk add pipx**
⠀
⠀
## Void Linux:
### **sudo xbps-install -S python3-pipx**
⠀
⠀
## Gentoo Linux:
### **sudo emerge --ask dev-python/pipx**
⠀
⠀
⠀
## 2. **Installing the utility:** ```pipx install quicksysmon```
⠀
⠀
## 3. Run the command ```pipx ensurepath``` and restart your terminal
⠀
⠀
## 4. Enter the command ```qsm```
