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!
- Host: GitHub
- URL: https://github.com/rpfilomeno/crystalwire
- Owner: rpfilomeno
- License: mit
- Created: 2024-12-26T04:15:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T18:10:37.000Z (4 months ago)
- Last Synced: 2025-01-22T19:22:18.223Z (4 months ago)
- Topics: bandwidth-monitoring, glasswire, network-monitoring, terminal-app
- Language: Python
- Homepage: http://blog.rogverse.fyi/crystalwire/
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

"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
``