Skip to content

A P2P chat program designed to work on LANs or across the internet for chatting.

Notifications You must be signed in to change notification settings

chprice/Python-Chat-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Python Chat program#

A GUI chat program written in python 3. It is designed to not need a central server and so work very well on LANs that are not connected to the internet. One user starts the program in server mode, listening on a port of their choosing, and then other users connect to their machine. Each new user then acts as a host, allowing other people to connect to them. Encryption is done using Diffie-Hellman xor encrypting. Eventually some sort of real encryption will happen, but it is atleast semi-secured. It allows users to set nicknames, save chat history, and stores recent connections in addition to regular chatting.

About

A P2P chat program designed to work on LANs or across the internet for chatting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages