Metadata-Version: 2.2
Name: kawaii-monitor
Version: 1.1.2
Summary: A kawaii system monitor with cute emojis and detailed system info.
Author-email: Aryan Mistry <fe.aryan@outlook.com>
License: MIT License
        
        Copyright (c) 2025 Aryan Mistry
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/fearyan/kawaii-monitor
Keywords: monitor,system,kawaii,cute,psutil,curses
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil>=5.8.0
Requires-Dist: windows-curses; sys_platform == "win32"

# Kawaii Monitor 🌸

Welcome to **Kawaii Monitor** – the adorable system monitor that makes keeping an eye on your computer’s stats as delightful as possible! With plenty of cute emojis and a playful design, monitoring your CPU, memory, storage, network, battery, and processes has never been so fun!

---

## Overview ✨

**Kawaii Monitor** is a terminal-based system monitor that:
- **Displays CPU Info** 💻: Shows CPU usage with sparkly heart icons.
- **Shows Memory Stats** 📦: Visualizes RAM and swap usage with dreamy emojis.
- **Lists Disk Info** 💾: Presents your storage devices in a fun, graphical way.
- **Monitors Network Speed** 🌐: Tracks upload and download speeds in real time.
- **Checks Battery Levels** 🔋: (If available) Displays battery status in a cute format.
- **Highlights Top Processes** 🌟: Lists the busiest processes with extra charm.

All these features come together in a real-time, refreshing display that brings a touch of kawaii magic to your terminal!

---

## Features 🍭

- **Adorable Design:** Every stat is decorated with cute emojis and charming text.
- **Real-Time Updates:** Refreshes every second for live system monitoring.
- **Cross-Platform:** Works on Linux, macOS, and Windows (in a terminal that supports curses).
- **Detailed System Stats:** From CPU and memory to disks, network, battery, and processes—all in one place!

---

## Installation 🎀

You can install **Kawaii Monitor** directly from PyPI with pip:

```bash
pip install kawaii-monitor
```
Then, run it directly using:
```bash
kawaii-monitor
```

![Kawaii Monitor Screenshot](https://github.com/fearyan/kawaii-monitor/blob/main/screenshot.png?raw=true)

