This is an exclusive distribution of DeeChat created By Hardeep Singh. This application was designed to have group chats. This has features like sending messages, showing all users in database, showing all the active users, working in real-time, responsive, managing account settings, login, logout, register. Hope you like the application. Please share your feedbacks.
-
Python 3.6 or above
-
Socket module
-
Tkinter module
-
mysql.connector --> pip install mysql-connector-python
-
Run the Server File.
-
Create a database in mysql. Run the queries given below.
i). CREATE DATABASE LOGIN_APP;
ii). CREATE TABLE LOG_DETAILS(NAME VARCHAR(20), USERNAME VARCHAR(20), PASSWORD VARCHAR(20), AVATAR VARCHAR(20));
iii). DESC LOG_DETAILS;
iv). Output should look like :-
-
Copy the repositiory in different computers or folders and run the run.py file and register with a new user.
-
Enjoy Chatting.