emphyrio.io

Creative hobbyist — coding, 3D printing & experiments

"Terminal Network Scanner"

This project is a command-line tool written in Python 3 that scans your local network to discover active hosts. It presents the findings in an interactive Terminal User Interface (TUI) built using the curses library, making it easy to navigate and explore network devices directly from your terminal.

It was primarily developed with Linux systems like Raspberry Pi OS in mind, leveraging common Linux networking tools, but should be adaptable to other Unix-like systems. It's a handy utility for quickly seeing what's connected to your network without needing a graphical interface.

networkscanner

Key Features

Technology Stack

Source Code

The complete source code, along with more detailed setup and usage instructions, is available on GitHub. Feel free to check it out, use it, or contribute!

➡️ View on GitHub

Recent Blog Posts

Terminal Network Scanner

April 21, 2025

🔍 Terminal Network Scanner Ever wondered what devices are lurking on your local network? Whether you're a curious Raspbe...