Transferring txt files over Local Network
A Python 2.7 based file transfer software which can transfer txt files between systems on a common network such as when both systems are connected to the same WiFi router. The script uses the socket library in Python to establish a connection between the systems and uses tkinter to open a GUI based interface to select file on the sender system in Windows. Option to name file on the receiver system. File will be saved in the working directory of the receiver program.