Skip to content

achicha/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Client-Server chat written in python. =================

Quick start -------.. code:

pip install aiogbchat --upgrade  # install
python -m aiogbserver  -- nogui  # run server in console mode
python -m aiogbclient            # run client in GUI mode

Documentation: -------https://achicha.github.io/chat/

Known issues: -------

  • some clients share(?) the DB session, and disconnected simultaneously, if one of them is out.
  • windows: client doesn't work in console mode.
  • windows8 and higher: only works with pyqt5==5.9.2
  • tests

Helpful: -------

  • How to generate docs:
pip install sphinx
sphinx-apidoc -f ../../chat -o /some_dir/docs/source
make html
  • How to deploy to pypi:
pip install twine
python3 setup.py bdist_wheel # generate wheel
twine upload dist/*

Links:

Releases

No releases published

Packages

No packages published

Languages