Calculates binary addressing for IPv4 addresses and vice-versa.
- Python 3.6+
- Tabulate
-
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.
-
Install tabulate via requirements.txt or from PyPI with:
pip install -r requirements.txt
# OR
pip install tabulate- Profit