🧮

IPv4_Calculator

Python201 lines· IPv4Calculator is developed for: 1.Determine the network class (A, B, C); 2.Determine which category the address belongs to (private, public); 3.De…
Original project by @bim22614 — view source on GitHub
Ready when you are

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

ipv4-calculator-main.py· Python 3.x
208 lines
Console· terminal