Skip to content

Client Server chat app using python sockets and pyqt5

License

Notifications You must be signed in to change notification settings

dvc-77/Server-Client-ChatApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Client Server chat app using python sockets and pyqt5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%