Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 768 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 768 Bytes

A chat using sockets in Python

My first ever networking project with sockets in python. Its not that good, so please don't judge :D

Features

  • A small encryption defined in the encrpyted and decrypted function.

  • A special command /w to whisper to a specific person who is connected.

    Usage: /w <name> <message>

  • ANSI colours

username

mainchat

Note: Change the localhost in sock.bind (to 0.0.0.0 or by manually typing the local ip) when port forwarding or using a virtual server to accept inbound connections from outside the LAN.