Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 321 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 321 Bytes

Chitchat

A Python chatroom

A client and server application to create local chatrooms.

Features

Server-side (chitchat_server.py)

  • Uses your computer to host the chatroom
  • Up to 5 connections

Client-side (chitchat.py)

  • Connects to a server to chat with those on that server
  • Type in a message and broadcast it