Chatroom in Python
-
Updated
Sep 28, 2025 - Python
Chatroom in Python
A program to chat with people in terminal with a own personal server
A multi-threaded, SSL-encrypted, terminal-based chat application that runs over TCP/IP on a selected port, using localhost and tunneled through Ngrok.
Chat room implementation in Python
Some python assignments from school (year 2021-2022)
A secure chatroom implementation in python which includes the ability of account creation (and therefore logging in), aswell as the means to host your own chatroom server, or join one.
The Python Chatroom is a program that was created from an idea when playing around with some of the Python networking libraries. It works by having a server script that uses the host machines IP address and then multiple client scripts that use the hosts IP address to connect to the server. The clients allow for custom usernames and colour schemes.
秘密聊天室(SecretChat)。一个突发奇想,利用Leancloud的免费功能实现的聊天软件。基于Python, 使用REST API实现功能。
CLI app that allows 2 or more people to connect to a chatroom and talk.
This is a terminal script to create a chat room using the TCP network protocol.
This repository contains the Computer Networks-related project I've worked on. The projects are part of the graduate course at the University of Tehran.
A GUI-based TCP Chat Room with Client-Server encryption using AES-256 algorithm and Diffie-Hellman Key Exchange method.
A chat room which enables real time chatting with different clients through a server.
A Chatroom GUI application made with python's socket module and tkinter!
A real-time Python chatroom application with Tkinter GUI
This repository contains some message passing applications using socket programming in python.
Un chat en Python pour un projet d'ISN (épreuve de BAC)
Add a description, image, and links to the chatroom-client topic page so that developers can more easily learn about it.
To associate your repository with the chatroom-client topic, visit your repo's landing page and select "manage topics."