Skip to content

A client server based Group chat app built using Python with login , registration and profile management system using sockets programming and tkinter

Notifications You must be signed in to change notification settings

Harshal8887/Uni-Chat

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

A client server based Group chat app built using Python with login , registration and profile management system using sockets programming and tkinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published