emphyrio.io

Creative hobbyist — coding, 3D printing & experiments

projects

My Tools & Projects

Here are some of the utility tools I've built — most are technical helpers for calculations, conversions, and estimations.


Pi Dashboard

A terminal-based system monitoring dashboard written in Python using curses and psutil. Primarily designed for Raspberry Pi monitoring but should work on other Linux systems as well.

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.

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.

Science News Scraper

A simple yet elegant Flask-based web app that scrapes and displays English science news via RSS feeds. Built for Raspberry Pi 4 (running Pi OS Lite), designed with Tailwind and lucide icons, featuring dark mode, favorites, filtering, and responsive layout.

Termphyrio

Termphyrio is a simple yet powerful SSH client built using Python and Tkinter. It allows users to easily connect to remote systems via SSH, run commands, and manage multiple SSH sessions within a clean graphical interface.

Nozzle Calculator

Calculate the optimal spray nozzle size for high-pressure equipment.

Cable & Plug Calculator

Determine the correct cable thickness and plug type.

Diameter from Circumference

Convert circumference to diameter for circular objects.

Pressure & Volume Converter

Convert units like bar, PSI, liter, and more.

Pressure Loss Calculator

Estimate pressure loss in flexible hose setups.

Dilution Calculator

Calculate concentrate + water ratios based on dilution.

Metric ↔ Inch Converter

Match standard sizes between mm and inch.

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...