/skillbox-chat

Skillbox demo application for the Python course

Primary LanguagePythonMIT LicenseMIT

Skillbox Python Demo

Skillbox demo application for the Python course

Installation

Run pip install -r reqs.txt to install dependencies

Usage

  1. Start server python chat/server.py
  2. Start client python chat/client.py
  3. Start one more client to chat python chat/client.py

Try it