https://github.com/bepb/system_monitor
https://github.com/bepb/system_monitor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bepb/system_monitor
- Owner: BEPb
- License: mit
- Created: 2022-04-15T19:45:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T13:40:48.000Z (about 2 years ago)
- Last Synced: 2025-04-10T14:46:19.661Z (about 1 year ago)
- Language: Python
- Size: 69.3 KB
- Stars: 38
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.chinese.md
- License: LICENSE
Awesome Lists containing this project
README
# System Monitor
RAM、CPU和硬盤使用情況的實時監控程序。 用 Python 編寫,支持 GUI。

Read in other languages: [English](README.md), [हिन्दी](README.hindi.md), [Russian](README.ru.md)

##如何安裝和運行
____
### 克隆存儲庫
```sh
$ cmd
$ git clone https://github.com/BEPb/System_monitor
```
### 安裝必要的包(安裝依賴)
```sh
$ -r requirements.txt
```
## 用法
在終端中,切換到程序目錄:
```
$ cd System_monitor
```
並輸入:
```
python sysmonitor.py
```
要啟動 GUI:
```
python main.py
```