Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/viet281101/smallchatapppython

This project is to create a simple instant messaging application using sockets according to the client/server model. This application should allow two users to exchange messages via a server which communicates via TCP/IP sockets.
https://github.com/viet281101/smallchatapppython

chat-application encryption-decryption python3 tkinter-gui

Last synced: 4 days ago
JSON representation

This project is to create a simple instant messaging application using sockets according to the client/server model. This application should allow two users to exchange messages via a server which communicates via TCP/IP sockets.

Awesome Lists containing this project

README

        

# Projet Application de messagerie instantanée -- Systèmes et réseaux

Le but de ce projet est de créer une application simple de messagerie instantanée en utilisant
les sockets selon le modèle client/serveur. Cette application doit permettre à deux utilisateurs
d’échanger des messages via un serveur qui communique par sockets TCP/IP.

![alt text](Screenshot_test.png)

- Viet NGUYEN -- L2X -- 20006303

### Bibliotheque de langage python :
- sys
- tkinter
- socket, threading
- datetime

### PS :
- Toujours exécuter le fichier _'serveur.py'_ en premier
- Le fichier _'client.py'_ doit toujours etre accompagné du dossier _'./assets/'_ pour l'icon dans gui