Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 573 Bytes

ip-subnet-exercise

An exercise program which randomly generates an IP & subnet mask pair and expects you to calculate network and broadcast addresses.

PyQt4/5/6 Versions

To execute GUI version of the program, navigate into pyqt4, pyqt5, or pyqt6 directory and execute:

$ python3 mainApp.py

You need to have Python 3.x and Qt4/PyQt4, Qt5/PyQt5, or Qt6/PyQt6 installed on your computer in order to run it.

Screenshot_20230822_145356