A simple GUI 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.
Please install python3 and it's tk Module through this link. https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-windows-10