Skip to content

elf64/python_gui_chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Version 01

Python GUI Chat App

This is a client-server chat app made with python

How To Run

You need to add your ip/localhost in the client.py/server.py

# server.py/client.py
HOST = '' # Your IP
PORT = 9999 # Your Port

To change your name just edit the settings.json

{
  "NAME": "YourAwesomeName",
  "RANK": "Undefined"
}

Then just start the server.py, client.py and start Chatting :D

Screenshot

alt text

TODO

1. Add colored text to chat names
2. Add colored text when someone joins the chat/leaves

I will try to update the repo and add new stuff asap!

About

This is a python gui chat app i've made!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages