Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucasfranklinsilva/chat-em-rede

Chat em rede local utilizando Threads e PyQt.
https://github.com/lucasfranklinsilva/chat-em-rede

mvc pyqt-framework pyqt4 python thread

Last synced: 25 days ago
JSON representation

Chat em rede local utilizando Threads e PyQt.

Awesome Lists containing this project

README

        

# [PT] Chat em Rede - Programação em Tempo Real

Projeto de um chat em rede local em Python utilizando threads e framework de janelas PyQt. O programa consiste em um chat com lista de amigos, que pode ser adicionado através dos ips da rede local, as mensagens são enviadas via Post.
O projeto foi desenvolvido em Python utilizando o padrão MVC (Model, View, Controller).

# [EN] Network Chat - Real Time Programming

Project of a local network chat in Python using threads and PyQt framework. The program consists of a chat with friends list, which can be added with the ips of the local network. The messages are sent via Post by the server program.
The project was developed in Python using the MVC (Model, View, Controller) pattern.