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: about 1 year ago
JSON representation
A python Chat Application using Socket Programming.
- Host: GitHub
- URL: https://github.com/suryasekhar14/chat-app
- Owner: SuryaSekhar14
- Created: 2021-06-16T15:43:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T06:04:22.000Z (about 2 years ago)
- Last Synced: 2025-04-02T21:51:20.410Z (about 1 year ago)
- Topics: chat-application, python3, socket-programming
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```