The repository contains a server side code, server.py, that has an image file. It listens for connections from a client and sends the image to the client upon successful connection.
The client side code, client.py, makes a connection to the server and downloads the image file from the server.