In this project, there is an example aiming to establish a connection between two Pythons using sockets.
You can run the project on your computer by following the steps below:
- Clone the repository:
git clone https://github.com/SekoMirson/PyConsoleChat.git
- Go to the project directory:
cd PyConsoleChat
- Run the first Python file:
python server.py
- Run the second Python file:
python client.py