An open API service indexing awesome lists of open source software.

https://github.com/dinhlongviolin1/python-simple-chat-socket-threading

Simple Python Chat app using socket and threading
https://github.com/dinhlongviolin1/python-simple-chat-socket-threading

chat chatapp python socket socket-client socket-communication socket-programming threading

Last synced: 5 months ago
JSON representation

Simple Python Chat app using socket and threading

Awesome Lists containing this project

README

          

# python-simple-chat-socket-threading
Simple Python Chat app using socket and threading

## Requirement to use this app
* Have python installed (tkinter, socket, threading is built into Python)

## How to run this app?
1. On your computer
* Get your private IP address (local machine IP address)
* Go to Server.py and Client.py and change `SERVER` to your private IP address
* Run Server.py
* Run instances of Client.py

2. On server
* Get your server private and public IP address
* Go to Server.py and change `SERVER` to your private IP address
* Go to Client.py and change `SERVER` to your public IP address
* Run Server.py on server
* Run instances of Client.py on your computer