Skip to content

amitrajitbose/chatty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatty 1.0

version npm

A simple command line based chat application implemented using Python sockets.

Requirements

python 3.5 or above

Usage

  • Step 1: Setting up the chat server python3 server.py [HOSTNAME]
Default Parameters
------------------
<Hostname> : '' //indicates connectivity via localhost
  • Step 2: Connecting client to server python3 client.py [HOSTNAME] [PORT]
Default Parameters
------------------
<Hostname> : localhost
<Port>     : 7500

Example

When running on localhost, it will be like python3 client.py

Author

Screenshot

Screenshot

About

Command Line Chat Application In Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages