An open API service indexing awesome lists of open source software.

https://github.com/bepb/system_monitor


https://github.com/bepb/system_monitor

Last synced: about 1 year ago
JSON representation

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)

![GUI](scrin.png)

##如何安裝和運行
____
### 克隆存儲庫

```sh
$ cmd
$ git clone https://github.com/BEPb/System_monitor
```

### 安裝必要的包(安裝依賴)
```sh
$ -r requirements.txt
```

## 用法
在終端中,切換到程序目錄:
```
$ cd System_monitor
```
並輸入:
```
python sysmonitor.py
```
要啟動 GUI:
```
python main.py
```