Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1 KB

README.md

File metadata and controls

26 lines (13 loc) · 1 KB

Chat-room-v2.0

Summary :

This is a chat application created using Python and Socket module. This is the best chat application currently on github made with python. This is a GUI application. Its GUI has been created using the Tkinter module. It offers the features like login, register, shows all the users on database, show all the active users, account settings, logout, clear chat, avatars, change username, password or avatar, etc. Personally i used mysql for database to keep user data. But because of safety reasons i can not upload that files. So, i created a CSV database to publish on Github. If you are capable enough you may again change CSV to mysql. I hope you will enjoy my application.

Requirements :

Python 3.6 or above

Pygame Module

Socket

How To open

Step 1 : open server.py.

Step 2 : open login.py.

Step 3 : Register with a new account or find existing accounts in resources/log_details.csv.

Step 4 : Login with multiple users and start chatting.

Step 5 : Share you Feedback on Github.