/chatserver-python

A client-server messaging application implemented with sockets

Primary LanguagePython

Python Chat Server and Client

A simple client-server messaging application which supports sending text messages and images. The backend is programmed using Python's sockets library and the frontend was made in PyQt.

Installation

Use pip to install PyQt5 on the machine running the client

pip install pyqt5

Screenshots