In this video we will program a port scanner with a graphical interface in Python 3.
For the GUI we're using Tkinter which should be already included in your installation.
This is a good example of converting a script into a program with a graphical interface.
We'll be taking advantage of the interface to facilitate the scripts functionality, like easily allowing to scan any desired range of ports for a client and saving the port scan in a text file.
- Download code and read more in blog post:
- https://codeonbyte.com/2021/02/24/port-scanner-gui-in-python-3/
Check out the previous port scanner script tutorial:
https://www.youtube.com/watch?v=PuKXmCufzds
Also if you need PyDroid for Android see this video:
https://www.youtube.com/watch?v=XMpLZNYbF5Q