/Python_NetworkCalculator

Um programa para calcular redes, realizado em python

Primary LanguagePython

Network Creation Program

Description

The Network Creation Program is a Python tool designed to assist in the creation and management of computer networks. It offers a variety of functionalities to calculate IP addresses, subnets, and generate network details. Additionally, it allows users to save network details to a text file.

Features

  • Calculate IP addresses for different classes (A, B, or C).
  • Generate subnet details including subnet address, broadcast address, and range of usable IP addresses.
  • Save network details to a text file.
  • Simple command-line interface for easy interaction.

How to Use

  1. Clone the repository to your local machine.
  2. Run the main.py file.
  3. Follow the on-screen instructions to perform desired actions such as calculating IP addresses or saving network details.

Requirements

  • Python 3.x
  • Random module
  • Math module

Usage

python main.py

Contribution

Contributions are welcome! Feel free to submit pull requests with improvements, bug fixes, or new features.

License

This project is licensed under the MIT License - see the LICENSE file for details.