Skip to content

Server Client Architecture based group chat application

Notifications You must be signed in to change notification settings

lavesh0636/Unichat

Repository files navigation

UniChat a chat app with Tkinter GUI. Sockets are used for networking in this project. to run the application first run the server file it uses python-3 then execute run.py file for database you can create your own local database for the user. querys:

i). CREATE DATABASE LOGIN_APP;

ii). CREATE TABLE LOG_DETAILS(NAME VARCHAR(20), USERNAME VARCHAR(20), PASSWORD VARCHAR(20), AVATAR VARCHAR(20));

Configuration for the Database:

user: root

password : password

host: localhost

for python packages:

python -m pip install -r requirements.txt

About

Server Client Architecture based group chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published