{"id":21829550,"url":"https://github.com/mini-sylar/server-client-chatapp","last_synced_at":"2025-07-22T08:06:23.163Z","repository":{"id":39537988,"uuid":"357021855","full_name":"Mini-Sylar/Server-Client-ChatApp","owner":"Mini-Sylar","description":"Client Server chat app using python sockets and pyqt5","archived":false,"fork":false,"pushed_at":"2023-02-17T07:34:43.000Z","size":20408,"stargazers_count":12,"open_issues_count":8,"forks_count":5,"subscribers_count":1,"default_branch":"server-rewrite","last_synced_at":"2025-04-14T06:08:53.210Z","etag":null,"topics":["chat","chat-application","gui","pyqt5","python","sockets"],"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/Mini-Sylar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-04-12T01:28:22.000Z","updated_at":"2024-08-28T02:18:44.000Z","dependencies_parsed_at":"2024-11-27T18:40:33.320Z","dependency_job_id":null,"html_url":"https://github.com/Mini-Sylar/Server-Client-ChatApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mini-Sylar/Server-Client-ChatApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FServer-Client-ChatApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FServer-Client-ChatApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FServer-Client-ChatApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FServer-Client-ChatApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mini-Sylar","download_url":"https://codeload.github.com/Mini-Sylar/Server-Client-ChatApp/tar.gz/refs/heads/server-rewrite","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FServer-Client-ChatApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266455292,"owners_count":23931359,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chat","chat-application","gui","pyqt5","python","sockets"],"created_at":"2024-11-27T18:27:57.206Z","updated_at":"2025-07-22T08:06:23.139Z","avatar_url":"https://github.com/Mini-Sylar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub issues](https://img.shields.io/github/issues/Mini-Sylar/Server-Client-ChatApp)](https://github.com/Mini-Sylar/Server-Client-ChatApp/issues)\n![GitHub closed issues](https://img.shields.io/github/issues-closed/Mini-Sylar/Server-Client-ChatApp?color=purple)\n[![GitHub forks](https://img.shields.io/github/forks/Mini-Sylar/Server-Client-ChatApp)](https://github.com/Mini-Sylar/Server-Client-ChatApp/network)\n[![GitHub stars](https://img.shields.io/github/stars/Mini-Sylar/Server-Client-ChatApp?color=gold)](https://github.com/Mini-Sylar/Server-Client-ChatApp/stargazers)\n[![GitHub license](https://img.shields.io/github/license/Mini-Sylar/Server-Client-ChatApp)](https://github.com/Mini-Sylar/Server-Client-ChatApp/blob/main/LICENSE)\n\n# Server-Client-ChatApp\nA configured sever which receives messages from the client and broadcasts it to everyone connected \n\n## Installation\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install the following libraries.\n- pyqt5\n- Other modules are provided in the Client folder or are provided in the python setup\n\n```bash\npip install PyQt5\n```\n\n## Usage\n```\n- run server.py, a message shows you it's running\n- Run Client_Code.py\n- Enter your desired nickname and press confirm\n- send messages to everyone connected to the server\n- send images to everyone [NEW]\n```\n\n## Notes\nServer is connected to your localhost, it can be configured to use any ip address you want by changing the values in HOST and PORT.\n\n## Screenshots\n\u003cdiv\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg width=\"380\" src=\"/Screenshots/Screen-01_EnterUsername.png\" alt=\"Choose A username\"\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\u003cdiv\u003e\n\u003cimg width=\"380\" src=\"/Screenshots/DecemberScreenshots.png\" alt=\"New Interface\"\u003e\n\u003cimg width=\"380\" src=\"/Screenshots/DecemberScreenshots2.png\" alt=\"New Interface\"\u003e\n\u003c/div\u003e\n\u003cdiv\u003e\n\u003cimg width=\"100%\" src=\"/Screenshots/SendImageScreenshot.png\" alt=\"Image Sending\"\u003e\n\u003c/div\u003e\n\n## Updates\nUpdates have been moved into\n[Changelog](CHANGELOG.md)\n\n## Plans\nPlans have been moved into [Project](https://github.com/users/Mini-Sylar/projects/5)\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## Credits\n[Martin](https://www.mfitzp.com/forum/u/martin) - Cloud around text\n\n## Suggestions \u0026 Contributions\nSuggestions and contributions are always welcome\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmini-sylar%2Fserver-client-chatapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmini-sylar%2Fserver-client-chatapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmini-sylar%2Fserver-client-chatapp/lists"}