A real-time local network analyzer with live graphs and CLI features.
Project description
NetGraphix
NetGraphix is a powerful real-time local network connection analyzer built in Python. It shows all active socket connections, live statistics using NumPy, colorful terminal output using Colorama, and interactive graphs via Matplotlib — all in one CLI tool.
🔧 Installation
pip install netgraphix
Or clone and run:
git clone https://github.com/EdenGithhub/netgraphix
cd netgraphix
pip install .
## 🛠 Usages
🚀 Usage
Basic usage:
bash
python -m netgraphix.core
With diagnostics:
python -m netgraphix.core --diagnostic
Installed as CLI:
netgraphix --diagnostic
📘 Sample Output
PID Status Local Addr Remote Addr
1234 ESTABLISHED 192.168.1.10:52000 142.250.4.110:443
4567 ESTABLISHED 192.168.1.10:52001 104.244.42.1:443
[~] Simulated Packet Loss: 1.25%
[~] Simulated Jitter: 22.5 ms
📊 Connection Stats:
Mean : 5.42
Std Dev : 1.14
Max : 8
Min : 3
✅ Features
Real-time connection monitoring (via psutil)
NumPy-based connection statistics
Live graph plotting with matplotlib
Colorful CLI using colorama
Public IP detection via requests
System info (CPU, network interfaces)
Fancy terminal banners (pyfiglet)
CLI mode with click
Progress bars with tqdm
Tabulated connection info with tabulate and pandas
🧠 Requirements
Python 3.6+
Works on Windows (Linux/Mac support coming soon)
📜 License
MIT License © 2025 Adam Alcander et Eden
🌐 Author
Eden Simamora
aeden6877@gmail.com
Github = EdenGithhub
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netgraphix-0.1.0.tar.gz.
File metadata
- Download URL: netgraphix-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cabe3b9197ef8db85b81548c57117febff85ce2b180a0ea4bffa58f1df8a3a9c
|
|
| MD5 |
25b6a2c747804490a707262f947cf0d9
|
|
| BLAKE2b-256 |
35261a80d303c387961c3d4c61abc90558eef6b2bbd78f78f2f2a42e6d28bbe5
|
File details
Details for the file netgraphix-0.1.0-py3-none-any.whl.
File metadata
- Download URL: netgraphix-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e85d0ee2033f968998cf81ce7eab5b42bdf165b0945ecd24d8aa9a5ba6aa930d
|
|
| MD5 |
d87234d7e5218a7c7d44f23542b47ab4
|
|
| BLAKE2b-256 |
18c2cceede3a891a6d9a38d18f1e93665db731156231997a4e5dd840616a2c17
|