Metadata-Version: 2.4
Name: netspeedo
Version: 0.1.0
Summary: A feature-rich, real-time network speed and performance monitor for your terminal.
Project-URL: Homepage, https://github.com/rajuX75/netspeedo
Project-URL: Bug Tracker, https://github.com/rajuX75/netspeedo/issues
Author-email: Raju <your-email@example.com>
License: MIT License
        
        Copyright (c) 2024 Raju
        
        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.
License-File: LICENSE
Keywords: cli,monitor,network,rich,speed,terminal
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Terminals
Requires-Python: >=3.8
Requires-Dist: psutil
Requires-Dist: requests
Requires-Dist: rich
Description-Content-Type: text/markdown

# Netspeedo 📊

![PyPI version](https://img.shields.io/pypi/v/netspeedo)
![License](https://img.shields.io/github/license/rajuX75/netspeedo)
![Python versions](https://img.shields.io/pypi/pyversions/netspeedo)

A feature-rich, real-time network speed and performance monitor for your terminal, built with Python and the Rich library.

### Screenshot

```
╭────────────────── Netspeedo - Real-time Network Monitor ───────────────────╮
│                                                                            │
│  Status: [bold green]Online[/]  ·  Public IP: [bold cyan]123.45.67.89[/]  ·  Latency: [bold yellow]12.34 ms[/]   │
│                                                                            │
├───────────┬────────────────┬────────────────┬─────────────────┬───────────────┤
│ Interface │ Download Speed │ Upload Speed   │ Data Downloaded │ Data Uploaded │
├───────────┼────────────────┼────────────────┼─────────────────┼───────────────┤
│ Wi-Fi     │ 15.67 Mbps     │ 8.91 Mbps      │ 1024.56 MB      │ 256.78 MB     │
│ Ethernet  │ 0.00 bps       │ 0.00 bps       │ 0.00 MB         │ 0.00 MB       │
╰───────────┴────────────────┴────────────────┴─────────────────┴───────────────╯
```

### Features

-   **Real-time Speed**: Monitor download and upload speeds for all active network interfaces.
-   **Total Data Usage**: Tracks the total data downloaded and uploaded during the session.
-   **Public IP Display**: Shows your current public IP address.
-   **Latency Check**: Measures your connection's latency (ping) to a reliable server.
-   **Connection Status**: Clearly indicates if your internet connection is online or offline.
-   **Beautiful Terminal UI**: Uses the `rich` library for a clean, modern, and auto-updating interface.
-   **Cross-Platform**: Works on Windows, macOS, and Linux.

### Installation

You can install `netspeedo` directly from PyPI:

```bash
pip install netspeedo
```

### Usage

Simply run the command in your terminal:

```bash
netspeedo
```

Press `Ctrl+C` to exit the monitor at any time.

### Contributing

Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
