Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 744 Bytes

README.md

File metadata and controls

48 lines (30 loc) · 744 Bytes

CHAT

Simple chat application using python to Socket and tkinter to GUI.

Instalation

It is necessary to have installed Python3 and pip.

Enviroment Variables

# SOCKET
HOST=127.0.0.1
PORT=5000
CONNECTIONS=100

# GUI

Clone and install

# Clone the repository
$ git clone https://github.com/brunolobell/chat.git

# Open directory
$ cd chat

# We didn't used libraries

Usage

Socket

# Run the socket
$ python server.py

# Run GUI
$ python client.py

Developers

This application was developed by Bruno Machado Löbell and Johann Pinheiro Pires to subject distributed systems taught by Dr. Bruno Lopes Dalmazo.