To run the Client-Server, First need to Run Server followed by Client. The Server and Client code can be executed using an IDE such as PyCharm, or by performing in the terminal . Client code can be executed multiple time in the different terminal.
To run the Server in Python 3.6+
python ./Server.py
To run the Client in Python 3.6+
python ./Client.py