Using IP address and port number chat with anyone. This project is made by using SQLite, Cryptography, Tkinter etc.
chat application to communicate with anyone on a local area network
- make sure you have python version greator than 3.6 installed
- install packages listed in requirements.txt module
- install tkinter
- generate new key by running python generateKey.py
- copy thatkey and paste in globalData.py inside GlobalData class in string key
- if you are regenerating the key , make sure to delete the previous chatDatabase.db
- run the python serverApp.py
- add allowed users and their key to user.csv file example - john,mynameisjohn were john is user name and mynameisjohn is user key
- start the serverApp.py using python
- distribute clientApp.py and globalData.py
- to see chat history run seeChatHistory.py
- run the clientApp.py
- enter ip and port to connect
- enter your username
- enter your user key
- start chatting
this project is licensed under GNU GENERAL PUBLIC LICENSE VERSION 3
Visit www.letscodeofficial.com/gnuV3 for license terms