littlechat
About
A little chatroom run in console, write in python base
on urwid
and UDP
,
only support Linux, OSX, Cygwin or other unix-like OS, not support Windows
Chat example
- Chinese character example
- emoji example
Quick Start
Install
From repository
pip install git+https://github.com/yujun2647/littlechat.git
pip install git+https://gitee.com/walkerjun/littlechat.git
From Pypi
pip install littlechat
Usage
Start server
- start server at port: 5000
lchat -t server -sp 5000
Connect with client
lchat -sp 5000
Hotkeys supports
Name | Use |
---|
Alt + Enter | force to start a new line at input box |
Alt + e | open emoji box |
Alt + l | keep focus in the edit box (Author needs) |