◐ Shell
clean mode source ↗

GitHub - alimogh/Basic_Networking: Project to learn basic python by simple socket and GUI programming

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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.