Python 3 - Port Scanner GUI Tutorial (Tkinter)

Опубликовано: 21 Март 2025
на канале: CodeOnBy
5,995
126

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://codeonby.com/2021/02/24/port-...


Check out the previous port scanner script tutorial:
   • Port Scanner in Python 3 (pyDroid and...  

Also if you need PyDroid for Android see this video:
   • Python 3 on Android using Pydroid