A configured sever which receives messages from the client and broadcasts it to everyone connected
Use the package manager pip to install the following libraries.
- pyqt5
- Other modules are provided in the Client folder or are provided in the python setup
pip install PyQt5
- run server.py, a message shows you it's running
- Run Client_Code.py
- Enter your desired nickname and press confirm
- send messages to everyone connected to the server
- send images to everyone [NEW]
Server is connected to your localhost, it can be configured to use any ip address you want by changing the values in HOST and PORT.
Updates have been moved into Changelog
Plans have been moved into Project
Martin - Cloud around text
Suggestions and contributions are always welcome