Metadata-Version: 2.4
Name: wintop
Version: 1.0.1
Summary: Windows System Monitor like top command in Linux
Home-page: https://github.com/jfxia/wintop
Author: Jingfeng Xia
Author-email: xiajingfeng@gmail.com
Keywords: windows monitor system performance
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil>=7.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# WinTop - Windows System Monitor

A top-like utility for Windows that displays system resource usage including:

- CPU usage

- Memory usage

- Disk usage

- Network I/O

- Process statistics

## Installation

```bash
pip install wintop
```

## Usage

After installation, simply run:

```bash
wintop
```

Press Ctrl+C to exit.

## Features

•Real-time system monitoring

•Process sorting by CPU usage

•Disk and network I/O monitoring

•Lightweight and fast

## Requirements

•Python 3.13+

•Windows OS

•psutil package

## License

MIT
