2. Nettoolkits GUI Summary
Nettoolkit offers flexibility to access its toolset in various ways.. GUI is one of its way.
Get most of Nettoolkit features accessible via GUI now.
Custom classes inheritance, is feasible via yaml file.
Launch GUI with minimal code.
2.1. GUI Launch
from nettoolkit import Nettoolkit ## import GUI
N = Nettoolkit() ## Define GUI
N(initial_frame='crypt') ## Call it with/without initial frame
Launch Nettoolkit with your desired page by providing initial_frame name in lower.
initial_frame options
addressing
captureit
configure
configgen
crypt
facts
juniper
visiogen
Launching Nettoolkit without any of above or wrong input initial_frame; will load all frames and focus on first.
Continue enjoy your exploration with it.
Now lets get familiar with each in some more details…
Contents:
- 2.1.1. IP Scanner Tab
- 2.1.2. Prefix Operation Tab
- 2.1.3. Ping Batch Tab
- 2.1.4. capture-it Tab
- 2.1.5. Demo Video - Capture-IT
- 2.1.6. Configure Tab
- 2.1.7. Config Gen Tab
- 2.1.8. Crypt Tab
- 2.1.9. Demo Video - Crypt Tab
- 2.1.10. Facts Tab
- 2.1.11. Demo Video - Facts Tab
- 2.1.12. Juniper Tab
- 2.1.13. Demo Video - Juniper Tab
- 2.1.14. Visio Gen Tab
- 2.1.15. Demo Video - Visio Gen Tab