Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

littlechat

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

littlechat

A little chatroom run in console base on `urwid` and `UDP`, only support Linux, OSX, Cygwin or other unix-like OS

  • 0.0.7
  • PyPI
  • Socket score

Maintainers
1

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 chat example
  • emoji example emoji example

Quick Start

Install

From repository
  • From github
pip install git+https://github.com/yujun2647/littlechat.git
  • From gitee
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
  • connect server above
lchat -sp 5000

Hotkeys supports

NameUse
Alt + Enterforce to start a new line at input box
Alt + eopen emoji box
Alt + lkeep focus in the edit box (Author needs)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc