vadyushkins / simple-grpc-chat

Simple gRPC chat written in Python with PyQt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple gRPC chat written in Python with PyQt5

License:MIT License


Languages

Language:Python 100.0%