Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.23 KB

File metadata and controls

49 lines (36 loc) · 1.23 KB

Subnet Calculator 🔢

A Python-based subnet calculator with a simple GUI built using Tkinter.
This tool helps you calculate subnet information (network address, broadcast address, usable IPs, etc.) and also supports voice commands for easier interaction.


🚀 Features

  • Calculate Network Address, Broadcast Address, and First/Last Usable IPs
  • Display IP Class and Subnet Mask
  • GUI with Tkinter for easy use
  • Voice command support for hands-free calculations
  • Simple and lightweight, written entirely in Python

🖥️ How to Run

  1. Clone this repository:

    git clone https://github.com/<your-username>/subnet-calculator.git
    cd subnet-calculator
  2. Run the program:

    python subnetcalc.py

📦 Requirements

  • Python 3.x
  • Tkinter (comes pre-installed with Python on most systems)
  • SpeechRecognition library (for voice commands)
    pip install SpeechRecognition

🤝 Contributing

Pull requests are welcome! If you’d like to improve this project, feel free to fork the repo and submit your changes.


📜 License

This project is licensed under the MIT License — feel free to use and modify it.