An open API service indexing awesome lists of open source software.

https://github.com/rpfilomeno/crystalwire

It's like Glasswire for Terminals!
https://github.com/rpfilomeno/crystalwire

bandwidth-monitoring glasswire network-monitoring terminal-app

Last synced: 3 months ago
JSON representation

It's like Glasswire for Terminals!

Awesome Lists containing this project

README

        

![alt text](image.png)

"It's like Glasswire for Terminals!"

## Crystalwire

Monitor bandwidth usage, per process!

'crystalwire' is a simple command-line tool that provides real-time monitoring of network bandwidth usage for each running process. It uses the `psutil` library to gather system information and displays the results in a user-friendly format.
### Installation
To install 'crystalwire', you can use pip:
``
pip install -r requirements.txt
``
### Usage
Once installed, you can run 'crystalwire' from the command line:
``
python -m crystalwire.main
``