Introduction
Week 1: This is what my code will look like. I have added an Ipconfig all button to display all the networking information that it can get from the computer’s system.
Algorithm
The Algorithm for the ipconfig button:
Click on the ipconfig all button
Use Case Diagram

Sequence Diagram
This sequence diagram shows the interaction between the user and the Command Prompt (CMD). This shows the steps that the program takes when the user clicks on the ipconfig button to the information that is displayed to the user from CMD.

Design of program

This is what i am going to try and make the code look like.
Program


The screenshots above are my code and the interface for my code.
Testing

I have made a recording that is showing how the ping command is working and that the output is being displayed in PyCharm