pyBegin / projects / ipv4-calculator-main
🧮

IPv4_Calculator

IPv4Calculator is developed for: 1.Determine the network class (A, B, C); 2.Determine which category the address belongs to (private, public); 3.De…

201 linesRunnable

IPv4_Calculator

IPv4_Calculator is developed for: 1.Determine the network class (A, B, C); 2.Determine which category the address belongs to (private, public); 3.Determine subnet attributes.

How to run

python ipv4_calc.py

Dependencies

Standard library only.

Pyodide-runnable

Yes — it is a pure-stdlib console program using only input() and print().