This code creates a GUI using tkinter where a user can enter a server’s name or IP address, specify their port, and input a lowercase sentence. This code imports the socket library to create a socket and connect it to the specified server and port.
When the button “Connect” is pressed, the code runs the function connect() which creates a socket, connects it to the server and port, sends the specified lowercase message and prints the modified message. If the program does not connect in time, it will show a “timeout error” message.
The GUI includes labels and an entry box for the user to input their server name/IP address, port, and lowercase sentence, as well as a “Connect” button to start the process.process
Check out Speedy Socket on GitHub:
https://github.com/KalBartal/Speedy-Socket