Nuacht

Python 3.13: Better interactive shell and finally multithreading without GIL The new Python release features an interactive command line and allows the global interpreter lock to be deactivated.
A Python-based port scanner with a user-friendly Tkinter GUI that scans for open ports on a given IP address. It uses multithreading for faster scanning and displays the open ports in real-time.