Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lucasfranklinsilva/chat-em-rede
- Owner: lucasfranklinsilva
- Created: 2018-12-24T11:38:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T23:58:19.000Z (about 6 years ago)
- Last Synced: 2024-11-14T11:16:08.310Z (3 months ago)
- Topics: mvc, pyqt-framework, pyqt4, python, thread
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.