ExecTrack is a simple tool that helps you identify which programs are running on your system, providing detailed information.
Program/Process Monitoring
Simple System Monitoring Tools
System Network Monitoring
- Install dependencies:
pip install -r requirements.txt
If your system blocks pip from modifying system-managed packages (PEP 668), use:
python3 -m pip install --break-system-packages -r requirements.txt2, Run the program:
python ExecTrack.py
Or
python3 ExecTrack.py
then By simple choosing with number you can list the Program
AND its Possible to Search using Port and File name
clear → remove past results
Ctrl + C → quit the program
I hope this repo helps you explore and monitor your system easily! 🚀

