Metadata-Version: 2.4
Name: diskstat
Version: 2025.1.30.0
Summary: Visualize your disk free space without Windows Explorer
Project-URL: Repository, https://github.com/soda92/diskstat
License-File: LICENSE
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Requires-Dist: fastapi>=0.115.6
Requires-Dist: pydantic>=2.10.5
Requires-Dist: pyside6>=6.8.0.1
Requires-Dist: pywin32>=308
Requires-Dist: requests>=2.32.3
Requires-Dist: uvicorn>=0.34.0
Description-Content-Type: text/markdown

# diskstat

<a href="https://pypi.org/project/diskstat/">
    <img alt="PyPI - Version" src="https://img.shields.io/pypi/v/diskstat">
</a>

Visualize your disk free space without Windows Explorer.

## install
```bash
pip install -U diskstat
```

## Options
```bash
> diskstat.exe --help
usage: diskstat [-h] [-d] [-o]

options:
  -h, --help     show this help message and exit
  -d, --disable  disable auto start
  -o, --open     open startup folder
```

for example, if you want to start this with Windows:
```pwsh
diskstat.exe
```

to disable:
```pwsh
diskstat.exe -d
```

to launch via command line:
```pwsh
diskstat-launcher.exe
```

## API for testing

show: <http://127.0.0.1:12346/show>

hide: <http://127.0.0.1:12346/hide>

stop: <http://127.0.0.1:12346/stop>, only useful when debugging

## Screenshots
<img src="https://raw.githubusercontent.com/soda92/diskstat/refs/heads/main/image.png" alt="demo" style="width:400px;"/>

## Features

Red bar when free space is lower than 10% (Same as Windows Explorer).

Use 'Win+Alt+O' for shortcut key.
