Asynchronous client-server chat with GUI. Supports text messages, voice messages and pictures
- Clone repo with
git clone https://github.com/dadyarri/chat - Go to the project's folder
cd chat - Make sure you have poetry and Python 3.9+ installed (https://python-poetry.org/)
- Run
poetry installto create virtual environment and install dependencies - Run server with
poetry run python server/main.py. It will be run on 127.0.0.1:8080 - Run client with
poetry run python client/main.py