Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.22 KB

README.md

File metadata and controls

59 lines (48 loc) · 2.22 KB

GitHub issues GitHub closed issues GitHub forks GitHub stars GitHub license

Server-Client-ChatApp

A configured sever which receives messages from the client and broadcasts it to everyone connected

Installation

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

Usage

- 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]

Notes

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.

Screenshots

Choose A username

New Interface New Interface
Image Sending

Updates

Updates have been moved into Changelog

Plans

Plans have been moved into Project

License

MIT

Credits

Martin - Cloud around text

Suggestions & Contributions

Suggestions and contributions are always welcome