You are browsing as a guest. Sign up (or log in) to start making projects!

Nanos Multi Tool

  • 1 Devlogs
  • 1 Total hours

NANOS MULTI-TOOL v3.0 A modular, terminal-based system administration and utility suite built with Python and the Rich library. Features System Tools: Monitor CPU, RAM, disk usage, and track top memory-consuming processes. Network Tools: Ping hosts, perform DNS lookups, scan common ports, and retrieve public IP. File Tools: Analyze file sizes, find exact duplicate files via SHA-256 chunking, and read text files. Security Tools: Generate cryptographically secure passwords and create SHA-256 hashes. Developer Tools: Beautify JSON, test HTTP GET requests, and encode/decode Base64 strings. Live Dashboard: Real-time overview of local/UTC time, OS info, and hardware stats.

Ship #1 Pending review

What I built:
I took a flashy but fragile script and rebuilt its core into a robust, real-world CLI tool.

Why I'm proud:
I killed the "fake" elements. I removed the useless 5-second loading animation because a real sysadmin tool must be instant. I shifted the focus from code that simply runs to code that survives (proper defensive programming).

  • 1 devlog
  • 1h
Try project → See source code →
Open comments for this post

1h 18m 38s logged

NANOS MULTI-TOOL v3.0A modular, terminal-based system administration and utility suite built with Python and the Rich library.FeaturesSystem Tools: Monitor CPU, RAM, disk usage, and track top memory-consuming processes.Network Tools: Ping hosts, perform DNS lookups, scan common ports, and retrieve public IP.File Tools: Analyze file sizes, find exact duplicate files via SHA-256 chunking, and read text files.Security Tools: Generate cryptographically secure passwords and create SHA-256 hashes. Developer Tools: Beautify JSON, test HTTP GET requests, and encode/decode Base64 strings.Live Dashboard: Real-time overview of local/UTC time, OS info, and hardware stats.

0
Original post
@Nanos

NANOS MULTI-TOOL v3.0A modular, terminal-based system administration and utility suite built with Python and the Rich library.FeaturesSystem Tools: Monitor CPU, RAM, disk usage, and track top memory-consuming processes.Network Tools: Ping hosts, perform DNS lookups, scan common ports, and retrieve public IP.File Tools: Analyze file sizes, find exact duplicate files via SHA-256 chunking, and read text files.Security Tools: Generate cryptographically secure passwords and create SHA-256 hashes. Developer Tools: Beautify JSON, test HTTP GET requests, and encode/decode Base64 strings.Live Dashboard: Real-time overview of local/UTC time, OS info, and hardware stats.

Replies

Loading replies…

0
2

Followers

Loading…