Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/viet281101/smallchatapppython
- Owner: Viet281101
- Created: 2023-11-01T22:40:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T10:15:22.000Z (about 1 year ago)
- Last Synced: 2024-04-17T02:23:36.426Z (8 months ago)
- Topics: chat-application, encryption-decryption, python3, tkinter-gui
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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