Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suryasekhar14/chat-app

A python Chat Application using Socket Programming.
https://github.com/suryasekhar14/chat-app

chat-application python3 socket-programming

Last synced: 5 days ago
JSON representation

A python Chat Application using Socket Programming.

Awesome Lists containing this project

README

        

# Chat-App

A Python Chat Application using Socket Programming.

## Installation
Install the dependencies using

```bash
pip3 install -r requirements.txt

```

## Usage
To run the server use

```bash
python3 server.py

```

To run the client use

```bash
python3 client.py

```
### Encryption-Decryption Module

AES and RSA encryption-decryption modules are used to encrypt and decrypt the messages.

To run the encryption-decryption module use

```bash
python3 -u test.py

```