Skip to content

MonstrousMidget9/Python-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My first ever networking project with sockets in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages