Metadata-Version: 2.4
Name: monitorify
Version: 1.0.1
Summary: A lightweight Linux terminal system monitor built with Textual
Author: Leon
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: textual>=0.80.0
Requires-Dist: platformdirs>=4.0.0
Requires-Dist: rich>=13.0.0

# Monitorify
### A terminal montioring tool for linux

## Features
### CPU monitoring 
### RAM monitoring
### Network monitoring
### Disk monitoring (I/O and storage capacity)
### Process monitoring
### Background daemon 
### Customization menu (toggle widgets, set intervals, and change history window)
### Historical graphs 

## Installation
### Using pipx
```bash
pipx install git+https://github.com/leonst036/Monitorify.git
```

### Using pip
```bash
pip install git+https://github.com/leonst036/Monitorify.git
```

### Using source
```bash
git clone https://github.com/leonst036/Monitorify.git
cd Monitorify
pip install . 
```

## Usage
```bash
monitorify
```

## Tech stack
### Python | Textual
### SQLite
### Linux
