7.1. GUI Interface

Many of the nettoolkit functions can be executed with the help of GUI interface. Follow below step to launch the GUI window.

# launch GUI by entering below commands
from nettoolkit import Nettoolkit
N = Nettoolkit()
N()

Once you exit out of window, delete object instance to release memory

# cleanup memory
del(N)

Documentation on GUI Not completely prepared. EXPLORE IT!!!

Enjoy!!