A simple GUI IRC like chat app in python.
Steps to run this in your PC.
- Check that python3 and tkinter library are installed in your PC.
- Clone or download this repository.
- Enter into the Chat-App-master folder through terminal or powershell using
cd
command
- Run
python3 server.py
Terminal. - Done.
- Run
python3 client.py
. - Enter the IP address of server when asked in terminal.
- Done.