-
Notifications
You must be signed in to change notification settings - Fork 44
chprice/Python-Chat-Program
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published