Python Tkinter GUI project for pinging IP address from file
Tkinter project for pinging IP addresses from .txt file. The app contain four forms - Root, About, Menu, Help and Logs.
Root form is main for application. First, upload IP addresses from .txt file and they show in the uploaded text field. After clicking test ip field, IPs starts to pinging. Result of pinging is displayed in result text field (if in the file have those, who are not a correct IP addresses, the result of each lines will be "{line} is not a correct IP". The users can download result after clicking button "export" (directory "D:/readme.txt"). In the log menu can see ping status of each address. From About and Help forms can learn basic information about application.
- Main menu
- Import from file
- Test IP addresses
- Export IP addresses
- Logs
- About
- Help