mujeeb91 / ChatApp

A simple chat application made using python socket and tkinter library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatApp

A Chat Application made using python socket and tkinter library

Modify the server address in the app.py file corresponding to the ip address of your device. To test it on your device.Make sure to have pyinstaller package installed to create the executable file. Then run: pyinstaller --onefile pythonScriptName.py. Then navigate to the dist folder and run the executable file. Make sure the server.py file is running.

Preview

image

About

A simple chat application made using python socket and tkinter library


Languages

Language:Python 100.0%