{"id":18602238,"url":"https://github.com/devanshu-17/hermes-grpc","last_synced_at":"2026-04-19T05:37:14.633Z","repository":{"id":153647103,"uuid":"615410147","full_name":"Devanshu-17/Hermes-gRPC","owner":"Devanshu-17","description":"A Real Time Chat App developed using Python (PyQT) and gRPC","archived":false,"fork":false,"pushed_at":"2023-04-30T08:49:59.000Z","size":151664,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T17:44:43.030Z","etag":null,"topics":["grpc","pyqt5","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devanshu-17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-17T16:19:32.000Z","updated_at":"2023-04-22T20:49:40.000Z","dependencies_parsed_at":"2023-07-28T05:15:07.119Z","dependency_job_id":null,"html_url":"https://github.com/Devanshu-17/Hermes-gRPC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Devanshu-17/Hermes-gRPC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FHermes-gRPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FHermes-gRPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FHermes-gRPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FHermes-gRPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devanshu-17","download_url":"https://codeload.github.com/Devanshu-17/Hermes-gRPC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devanshu-17%2FHermes-gRPC/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266143941,"owners_count":23883069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grpc","pyqt5","python"],"created_at":"2024-11-07T02:10:54.930Z","updated_at":"2026-04-19T05:37:14.605Z","avatar_url":"https://github.com/Devanshu-17.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Copy of VOIS_Hackathon](https://user-images.githubusercontent.com/93381397/226014002-cbad661b-4899-41c4-8708-62327d5832b8.png) \n\n# Hermes - Real-Time Chat Application\n\nHermes is a real-time chat application developed using Python and PyQt6 frameworks along with the gRPC protocol. This project was developed by Devanshu Mahapatra for an Internal Hackathon at APSIT.\n\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n![PyQt6](https://img.shields.io/badge/Framework-PyQT6-orange?style=flat-square\u0026logo=appveyor)\n![gRPC](https://img.shields.io/badge/Protocol-gRPC-blueviolet?style=flat-square\u0026logo=appveyor)\n![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge\u0026logo=mongodb\u0026logoColor=white)\n\n# Description\n\nHermes provides a real-time chatting platform for multiple users. It allows users to create an account, login, and chat with other users online. The chat application uses a client-server architecture, where the client is developed using PyQt6 and the server is developed using Python's gRPC library.\n\nThe application's graphical user interface (GUI) is developed using PyQt6, a popular Python framework for developing desktop applications. The server-side logic is developed using gRPC, which is an open-source remote procedure call (RPC) framework that simplifies the development of microservices.\n\nThe database used for this project is MongoDB which stores the authentication detail about the users.\n\n# Installation\n\nTo run this project on your machine, follow the steps below:\n\n### Clone the repository using the following command:\n\n```bash\ngit clone https://github.com/Devanshu-17/Hermes.git\n```\n\n### Install the required dependencies using the following command:\n\n```bash\npip install PyQt6 datetime sys pymongo grpc concurrent\n```\n\n### Start the server using the following command:\n\n```bash\npython server.py\n```\n\n### Start the Main Gui using the following command:\n\n```bash\npython login.py\n```\n\n## Screenshots\n\n## Login Screen\n\n\u003cimg width=\"797\" alt=\"New Screen Shot Name 2023-03-18 at 1 25 11 AM\" src=\"https://user-images.githubusercontent.com/93381397/226018298-94dbb8a3-84e2-4e76-aed9-85144d4be525.png\"\u003e\n\n\n## Chat Screen\n\n\u003cimg width=\"1571\" alt=\"New Screen Shot Name 2023-03-18 at 1 26 09 AM\" src=\"https://user-images.githubusercontent.com/93381397/226017735-c552ec15-15b3-4ef3-9ad5-66dbf7840d72.png\"\u003e\n\n\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details.\n\n[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)\n\n## Contributing:\n\nIf you wish to contribute to Hermes, please submit a pull request with your proposed changes. We welcome contributions from the community and will do our best to review and incorporate them into the project.\n\n## Authors\n\n- [@Devanshu-17](https://github.com/Devanshu-17)\n\n\n\n## Contact:\n\nIf you have any questions or concerns about Hermes, please contact us at devanshumahapatra17@gmail.com. We appreciate your feedback and will do our best to respond as soon as possible.\n\n### Thank you for choosing Hermes!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevanshu-17%2Fhermes-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevanshu-17%2Fhermes-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevanshu-17%2Fhermes-grpc/lists"}