- GUI messenger app for both server and clients
- Checking clients messages from server
Shell - Displaying connected clients
- Send server and client signal for cheking connection between them
- The server logs client
connections status and attemptsinlogs/connections.log - The log file will be created after you execute the ServerGUI.py
- Password authentication
(optional)
- Default port is
54321but you can change the port - After opening the
Chat Roomwindow , pressConnectbutton for trying to connect to the server - Usernames and passwords are
case-sensitive!
- Usernames and paaswords are stored in
creds.txtfile you can add or remove users . - By default there are 2 usernames : test and test2 (you can remove them)


