Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 472 Bytes

File metadata and controls

14 lines (9 loc) · 472 Bytes

PyConsoleChat

About the Project

In this project, there is an example aiming to establish a connection between two Pythons using sockets.

Getting Started

You can run the project on your computer by following the steps below:

  1. Clone the repository: git clone https://github.com/SekoMirson/PyConsoleChat.git
  2. Go to the project directory: cd PyConsoleChat
  3. Run the first Python file: python server.py
  4. Run the second Python file: python client.py