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.
- 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
-
Clone this repository:
git clone https://github.com/<your-username>/subnet-calculator.git cd subnet-calculator
-
Run the program:
python subnetcalc.py
- Python 3.x
- Tkinter (comes pre-installed with Python on most systems)
- SpeechRecognition library (for voice commands)
pip install SpeechRecognition
Pull requests are welcome! If you’d like to improve this project, feel free to fork the repo and submit your changes.
This project is licensed under the MIT License — feel free to use and modify it.