An exercise program which randomly generates an IP & subnet mask pair and expects you to calculate network and broadcast addresses.
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.