Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

O1sInfo/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

Repository files navigation

chatroom

A Erogenous Chat Room by Python.

Usage:

  • git clone https://github.com/O1sInfo/chatroom.git
  • Run server and run python3 server.py [-h]
  • Run client and run python3 client.py [-h]

A Breif Introduction

A multi-user online chat room. Evey client connect to server using a individual thread. All message passing happens using TCP via server. Here are functions you can experience.

  • Send a brocast message to all users in your room. Ex: hi everyone.
  • Send a private message to the user you want. Ex: @cindy hi.
  • List the available room you can join. Ex: /list
  • List all users in your room. Ex: /who
  • Create a room. You can alse set a password. Ex: /create LOL [password]
  • Join a room. If it's protected, you need pass a password. Ex: /join LOL [password]
  • Exit the current room. And you will join the Lobby. Ex: /exit
  • Disconnect server, exit the chat app. Ex:/bye

Thanks for your using. ^_^

About

A Erogenous Chatroom by Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /