That's a commendable choice for a college final year project! Implementing Python websockets adds a dynamic layer to applications, enabling real-time features. If you'd like, you can share more details about your project, and we can discuss how websockets enhanced its functionality.
Easy to use: This is a python module named as "websockets" & we can use it via using using "import websockets" in out script.
Easy to Integrate: We can install this via "pip install websockets".
2 way communication: This helps us to make a bi-directional websocket connection for 2 way connection between 2 entities over a single TCP connection.