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

https://github.com/saeed-dev2/chat-app-using-socket-programming-and-tkinter


https://github.com/saeed-dev2/chat-app-using-socket-programming-and-tkinter

gui python3 socket-programming

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple-Chat-Desktop-App-using-Socket-Programming-and-Tkinter

Description:

This is a simple chat application using socket prgramming in Python. Tkinter is used here to create the GUI. Here the sever
can handle multiple client requests. This will allow file transfer.

Steps:

Extract both server.7z and client.7z files into the same directory.

Run the server.exe and click the button to activate. Secondly run the client.exe then enter the IP Address of the target
system and click the button.

Also user can use the H-Server.py and H-Client.py exe files

Following are the screenshots of this app

![chat_screenshot1](https://user-images.githubusercontent.com/39676803/63266288-41c3ea00-c2ad-11e9-80e8-cd0b41a48e34.PNG)

![chat_screenshot2](https://user-images.githubusercontent.com/39676803/63266312-51433300-c2ad-11e9-9e5d-23a23941da79.PNG)

![chat_screenshot3](https://user-images.githubusercontent.com/39676803/63265898-46d46980-c2ac-11e9-8b8f-0af9d288e3c7.PNG)

![chat_screenshot4](https://user-images.githubusercontent.com/39676803/63265915-5358c200-c2ac-11e9-9b90-2b4d68695789.PNG)