You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grab ipv4 from cmd prompt (ipconfig /all) (rember this, this is used for people to join)
Command_Line Setup
Server
open server.py input ipv4 address from cmd prompt now leave it
Client
open ClientInput.py; input ip address from cmd prompt. input username, if it works it will tell you to open ClientView.py
Listen to it and open ClientView.py after opening input.Input the ip address once more. And hopefully done
Usage
To use this input any messages you wish in ClientInput.py which will then get sent to the server and then sent to all other clients. To view messages look on ClientView.py andmessages will be on there
UI_Setup
Server
open serverUI.py input the ipv4 address from cmd prompt and input a port (do something simple such as 12345)
Client
open clientUI.py input the ipv4 address and port for the server, input your username, now use the TKinter UI.
Usage
To send a message just input it in the input box and press "Submit", do this in server UI and send a message as the server
Sometimes it errors apon opening it saying "app is not definied" just re-open the script