Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/suryasekhar14/chat-app
- Owner: SuryaSekhar14
- Created: 2021-06-16T15:43:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T11:35:27.000Z (over 1 year ago)
- Last Synced: 2023-07-11T12:32:06.242Z (over 1 year ago)
- Topics: chat-application, python3, socket-programming
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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 ModuleAES 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```