An open API service indexing awesome lists of open source software.

https://github.com/amitrajitbose/chatty

Command Line Chat Application In Python
https://github.com/amitrajitbose/chatty

python-socket socket

Last synced: 6 months ago
JSON representation

Command Line Chat Application In Python

Awesome Lists containing this project

README

          

# Chatty 1.0
![version](https://img.shields.io/badge/version-1.0-orange.svg)
[![npm](https://img.shields.io/npm/l/express.svg?style=flat)]()

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
------------------
: '' //indicates connectivity via localhost
```

- Step 2: Connecting client to server `python3 client.py [HOSTNAME] [PORT]`

```
Default Parameters
------------------
: localhost
: 7500
```

#### Example

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

#### Author
- [Amitrajit Bose](https://github.com/amitrajitbose)
- [Riddhi Nahata](https://github.com/riddhinahata)

#### Screenshot
![Screenshot](https://raw.githubusercontent.com/amitrajitbose/chatty/master/screenshot.png)