/simple-grpc-chat

Simple gRPC chat written in Python with PyQt5

Primary LanguagePythonMIT LicenseMIT

simple-grpc-chat

Code style check

Description

Implementation of a chat with gRPC in Python. User could act as a client or server. If the application runs as a server, the IP address and port will be generated. Otherwise, the IP and port of a host should be specified and server should be already running.

Requirements

pip install -r requirements.txt

Run

python3 main.py

Architecture

Architecture