SkillAgentSearch skills...

SocketChat

A chat-room implementation with multi-threads and socket programming in 200-lines pyhon

Install / Use

/learn @PENGZhaoqing/SocketChat
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SocketChat

A simple chat-room implementation with 200-lines python.

Good start for multi-threads and socket programming in python

Feature

  • Public group chat
  • Private peer-to-peer chat

Demo

demo

Usage:

  1. Start Server
python server.py
  1. Start client(s)
python client.py

Note : pyqt4 is required to display the UI, you can use qt designer to re-design it and execute pyuic4 chat.ui -o chat.py to generate python file

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated3mo ago
Forks6

Languages

Python

Security Score

77/100

Audited on Dec 22, 2025

No findings