Arafat Wadud Ansari



Network Performance Tool

The program provides a graphical interface for real-time network performance monitoring, addressing the challenge of accessing key network metrics without requiring navigation through system settings or commands.

  • Key features include real-time latency checks to an external IP, local IP address retrieval, and device count monitoring, all of which can be refreshed instantly through a single update function.
  • Built with Tkinter for the GUI, using the Subprocess library for executing network commands, and Socket for retrieving the local IP. Device counts are extracted by identifying unique IP addresses from network data.

Check out the code on my GitHub project repository: https://github.com/ArafatWadudAnsari/Network-Performance-Tool

Date: 17/08/2024


CMD Explorer

The program aims to provide a graphical interface for executing common command-line tasks, simplifying command execution by offering an interactive window that removes the need for repetitive command entry

  • Users can select from six command options (ping, tracert, nslookup, pathping, ipconfig, and netstat) with an input box for necessary parameters, all executed in the command line through an execute function.
  • The application utilises Tkinter for the GUI and the Subprocess library to process user input and execute the selected command-line options directly within the system’s command prompt.

Check out the code on my GitHub project repository: https://github.com/ArafatWadudAnsari/CMD-Explorer

Date: 10/08/2024


LinkedIn GitHub