GitHub - alimogh/Basic_Networking: Project to learn basic python by simple socket and GUI programming
-
Notifications
You must be signed in to change notification settings - Fork 0
Basic_Networking
Project to learn basic python by simple socket and GUI programming
Description
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.