Introduction
Create a Python program that uses TCP/IP to communicate with a copy of itself.
Requirements
- use TCP/IP
- use simplex communications
- create one program for the project
- program can run as a sender or receiver
- ask the user for the TCP/IP port to use
- ask the user for the address to connect too
- ask the use if sending or receiving
- ask the user for the text to send
- display text received
Try This
1. create a Tkinter interface for this program
2. send multiple lines at a time
3. send and receive (two programs or one program?)