Skip to content

brunolobell/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages