Skip to content

eldardamari/snakchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Snakchat - Python Multi-Thread Chat Room

Intro

  • Language: Python.

Let's Chat!

  • clone this project.
  • server side:
    • python server.py -p/--port <port>
    • default port = 8888
  • client side:
    • python client.py <username> <host> <port>
    • host = 'localhost'
    • oprt = 8888

Manual

 ** Menu - Options **
            - COLOR <color> - Changing text color, colors: ['pink', 'blue', 'sky', 'yellow', 'green', 'white', 'red']
            - MEMBERS       - Prints all active users.
            - BEEP <status> - Activate beep sound for incoming messages, status: ON / OFF
            - PRIVATE <username> <msg> - Send private messages to other users
            - EXIT          - Quit chat.

About

The awesome Python chatroom app!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages