Skip to content

A simple, potentially amateurish implementation of a decimal-to-binary, and vice-versa, terminal-based IPv4 calculator in Python

License

Notifications You must be signed in to change notification settings

rjm-codes/ipv4-calculator.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPv4 Calculator

Calculates binary addressing for IPv4 addresses and vice-versa.

Setup

Requires

  • Python 3.6+
  • Tabulate

Installation instructions

  1. Go to python.org and download latest Python (currently 3.13.3). Program was built for and tested with 3.13.1, but in general installations 3.6+ should also work.

  2. Install tabulate via requirements.txt or from PyPI with:

pip install -r requirements.txt
# OR
pip install tabulate
  1. Profit

About

A simple, potentially amateurish implementation of a decimal-to-binary, and vice-versa, terminal-based IPv4 calculator in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages