Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.
/ chat Public archive

Asynchronous client-server chat with GUI. Supports text messages, voice messages and pictures

License

Notifications You must be signed in to change notification settings

daniilko0/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

Asynchronous client-server chat with GUI. Supports text messages, voice messages and pictures

Running

  1. Clone repo with git clone https://github.com/dadyarri/chat
  2. Go to the project's folder cd chat
  3. Make sure you have poetry and Python 3.9+ installed (https://python-poetry.org/)
  4. Run poetry install to create virtual environment and install dependencies
  5. Run server with poetry run python server/main.py. It will be run on 127.0.0.1:8080
  6. Run client with poetry run python client/main.py

About

Asynchronous client-server chat with GUI. Supports text messages, voice messages and pictures

Topics

Resources

License

Stars

Watchers

Forks

Languages