Skip to content

File5/PythonChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonChat

Simple GUI chat

I'm just trying to use sockets and understanding how they work.

Usage

  1. Edit settings.cfg accordingly
  2. Start server
python3 chatserver.py
  1. Start clients
python3 chat.py

image

Server stdout log:

$ python3 chatserver.py
Chat server started on 192.168.0.101
192.168.0.101 : connected.
192.168.0.101 : connected.
192.168.0.101 : User1: Hello
192.168.0.101 : User2: Hello, my friend!
192.168.0.101 : User1: How are you doing?
192.168.0.101 : /User1: /clients

About

Simple GUI chat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages