My port scanner only worked on Linux — today we fix that.
In this video I walk through making a Python + Tkinter + nmap port scanner
fully cross-platform, with automatic OS detection and dependency installation.
What we cover:
→ platform.system() — detecting Linux, Windows, macOS
→ Auto-installing nmap per OS (apt / brew / winget)
→ Removing sudo on Windows
→ Opening files cross-platform
🐱 GitHub: [https://github.com/DevMytho/port-scanner]
#linux #coding #python #nmap
Download
0 formats
No download links available.
I Made My Python Port Scanner Work on Windows & Mac | NatokHD