Vikranth3140 / Python-Chat-Application

A simple chat application built using Python sockets and tkinter for the graphical user interface (GUI). The application allows multiple clients to connect to a server and communicate in a chatroom-like environment.
MIT License
3 stars 3 forks source link

Enhanced GUI #3

Closed Phoenix-03 closed 3 months ago

Phoenix-03 commented 3 months ago

The " is typing" and " stopped typing" texts have been bound to the header and won't appear in the main chat. The send button has been given a green border with the "send" text in green. A sender's texts will be highlighted in cyan and the receiver's texts in yellow.

Vikranth3140 commented 3 months ago

Hey @Phoenix-03,

Thanks for your PR, can you please send a video or ss to show the current GUI implementation.

Phoenix-03 commented 3 months ago

Hey @Vikranth3140, Here's a video of the changes: https://github.com/user-attachments/assets/22225e19-db2e-4e99-9f9c-388a7956fc9d

Vikranth3140 commented 3 months ago

Hey @Phoenix-03,

Thanks for the Video and PR. Merging the PR.

Congratulations on your first accepted PR!

Phoenix-03 commented 3 months ago

Happy to see that you liked it! Thank you