Skip to content

Files

Latest commit

028d066 · Mar 29, 2020

History

History
7 lines (6 loc) · 415 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 415 Bytes

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.