Skip to content

Python-powered, terminal based, simple, server-client chat

Notifications You must be signed in to change notification settings

alder711/python-terminal-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Python Terminal Chat

Simple Python/ncurses-powered peer-to-peer chat for the terminal.

Usage

./chat.py [-chnpqt] OPTIONS

-c, --clients=  maximum number of clients to allow connection (default 5)
-h              display this help
-n, --name==    set name of peer
-p, --port=     specify port to use (default is 12345)
-q, --host=     hostname/IP to connect to (if a peer)
-t, --type=     specify a protocol to use (default tcp)

About

Python-powered, terminal based, simple, server-client chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages