Metadata-Version: 2.4
Name: system-info-reporter-kopila
Version: 0.0.1
Summary: A Python tool to monitor CPU, memory, and disk usage
Home-page: https://github.com/kopiladevkota/system-info-reporter
Author: Kopila Devkota
Author-email: Kopila Devkota <your-email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/your-username/system-info-reporter
Project-URL: Issues, https://github.com/your-username/system-info-reporter/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psutil
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# System Info Reporter CLI

A simple and beginner-friendly command-line tool to monitor system performance including CPU, memory, and disk usage in real-time.

---

## Features
- Monitor CPU usage
- Track memory (RAM) usage
- Check disk usage
- Real-time updates
- Alert system for high usage
- Lightweight and fast

---

## Installation

You can install the package using pip (after publishing):
pip install system-info-reporter-kopila==0.0.1


---

## Usage

Run the following command:
python -m system_info_reporter.main


---

##  Project Structure

system-info-reporter/
│

├── system_info_reporter/

│ ├── init.py

│ ├── main.py

│ └── monitor.py

│
├── pyproject.toml

├── README.md

└── LICENSE

---

##  Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

---

##  License

This project is licensed under the MIT License.

---

##  Author

Developed by Kopila Devkota

