{"id":29916270,"url":"https://github.com/coderrony955/sysmonitor","last_synced_at":"2025-10-07T12:45:45.785Z","repository":{"id":307082452,"uuid":"1028256717","full_name":"CoderRony955/SysMonitor","owner":"CoderRony955","description":"A lightweight real-time desktop application that provides live insights into your system's performance","archived":false,"fork":false,"pushed_at":"2025-07-29T09:15:35.000Z","size":358,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-29T11:40:15.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CoderRony955.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,"zenodo":null}},"created_at":"2025-07-29T09:01:12.000Z","updated_at":"2025-07-29T09:04:43.000Z","dependencies_parsed_at":"2025-07-29T11:40:22.418Z","dependency_job_id":"a21c9af6-a202-4761-8b72-975cca1eea3f","html_url":"https://github.com/CoderRony955/SysMonitor","commit_stats":null,"previous_names":["coderrony955/sysmonitor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/CoderRony955/SysMonitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderRony955%2FSysMonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderRony955%2FSysMonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderRony955%2FSysMonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderRony955%2FSysMonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderRony955","download_url":"https://codeload.github.com/CoderRony955/SysMonitor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderRony955%2FSysMonitor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334817,"owners_count":24233827,"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-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2025-08-02T04:43:15.151Z","updated_at":"2025-10-07T12:45:40.734Z","avatar_url":"https://github.com/CoderRony955.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"imgs\\sysmonitor_banner.jpg\"\u003e\n\u003c/p\u003e\n\n\n# SysMonitor\n**SysMonitor** is a lightweight, real-time desktop application built with Python and PyQt6. It provides live insights into your system's performance, including CPU usage, memory usage and more—all from a clean, responsive GUI. This is mainly build for only monitoring real-time system performance.\n\n\n## View\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"imgs\\sysmonitor_view.jpg\" width=\"400\" height=\"auto\"\u003e\n\u003c/p\u003e\n\n## SysMonitor for Windows:\n\n[Download SysMonitor](https://drive.google.com/uc?export=download\u0026id=1VHp3Izj05ItHH-qQjVaHnBdHstu8dKzL)\n\n## Virus Scan Report\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"imgs\\report.png\" width=\"700\" height=\"auto\"\u003e\n\u003c/p\u003e\n\n\n## for developers to install SysMonitor manually:\n### Windows\n1. Clone this repository\n2. Navigate to the cloned repository\n3. Create a virtual environment:\n```\npython -m venv venv\n```\n1. Activate the virtual environment:\n```\nvenv\\Scripts\\activate\n```\n1. Install the required dependencies:\n```\npip install -r requirements.txt\n```\n1. Run the application:\n```\npython main.py\n```\n\n### Linux\n1. Clone this repository\n2. Navigate to the cloned repository\n3. Create a virtual environment:\n```\npython3 -m venv venv\n```\n1. Activate the virtual environment:\n```\nsource venv/bin/activate\n```\n1. Install the required dependencies:\n```\npip install -r requirements.txt\n```\n1. Run the application:\n```\npython main.py\n```\n\n### MacOS\n1. Clone this repository\n2. Navigate to the cloned repository\n3. Create a virtual environment:\n```\npython3 -m venv venv\n```\n1. Activate the virtual environment:\n```\nsource venv/bin/activate\n```\n1. Install the required dependencies:\n```\npip install -r requirements.txt\n```\n1. Run the application:\n```\npython main.py\n```\n\n\n## Wants to contribute?\n1. Fork the repository\n2. Clone the repository\n3. Create a new branch\n4. Commit your changes\n5. Push your changes to the remote repository\n  \n\n## Acknowledgements\nSysMonitor that is based on the [PyQt6](https://www.pyqt.io/) library is currently only available to install on Windows. But in future, it will be available to install on Linux and MacOS as well with additional features.\n\n## License\nThis project is distributed under the [GNU License](https://choosealicense.com/licenses/gpl-3.0/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderrony955%2Fsysmonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderrony955%2Fsysmonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderrony955%2Fsysmonitor/lists"}