Project to learn basic python by simple socket and GUI programming
This project contains a module named 'networking' which provides two classes. One serves as a server and the other one as a client. For now, it is possible transfer a textfile from the server to the client, as well as to shutdown the server from the clients side.
Two programs show how to use these two classes.