Skip to content

Ian-Soares/Manipulating-IP-Address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Manipulating-IP-Address

About the project:

This project contains some of my progress on my studying of python for the last 2 months, where I tried to make an useful and easily understandable program that could manipulate IP Address and Sub-networking mask.

Still, I called some friends to help me integrate my code to the front-end. If it happens, I will put that here. I hope you enjoyed playing with IP Address, thanks for visiting my project! :)

Files:

File "main.py" is the one to be used in terminal, which means there are some commands to make it looks prettier there, like changing colors and skipping lines.

File "pureCode.py" is the one with only the necessary commands to make it works properly.

Features:

  • Calculate IPv4 Network ID

  • Calculate binary form for IPv4 Address and Subnet Mask

  • Calculate decimal form for Subnet Mask

  • Calculate the range of network, showing the first and last host available

  • Calculate how many host there are available

  • Calculate the IPv4 class

  • Calculate the wildcard mask

  • Calculate the broadcast address

  • Deal with IPv6

About

In this project I made an useful IP Address calculator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages