Before Usage:
Install TShark: Download it from Wireshark https://www.wireshark.org/download.html
Python Setup: Ensure Python and pip are installed.
Install Libraries: Run:
pip install psutil pyshark colorama
Or:
pip3 install psutil pyshark colorama