Python-based Chat client

by Ron Benbenishti


Project maintained by ronbenbenishti Hosted on GitHub Pages — Theme by mattgraham

Python Chat 1.2v (beta)

The following code was written as a home project as part of a Cyber and Information Security course at HackerU College. The following code contains:

The code uses a socket library to establish a connection between the server side and the client side by using the TCP protocol.

Features

Image

Image

Getting Started

Prerequisites:

Installing

git clone https://github.com/ronbenbenishti/Python-based-Chat.git

How to use

Server Side:

chmod +x server.py
./server –-ip <SERVER_IP> --port <SERVER_PORT>

Client Side:

Executable

chmod +x setup.py
./setup build_exe

All the relevant files will appear in ‘\build\exe.win-amd64-2.7\’ Run ‘client.exe’ After running, python and modules requirements are not relevant for the client side.

Python

chmod +x client.py
./client

Acknowledgments