{"id":27442954,"url":"https://github.com/hassanamohamed/systempulse","last_synced_at":"2026-05-12T07:40:02.578Z","repository":{"id":287887026,"uuid":"966107672","full_name":"HassanAmohamed/SystemPulse","owner":"HassanAmohamed","description":"This Python script retrieves essential system information, including CPU details (model, cores, frequency) and memory statistics (total, used, available). It utilizes psutil for system metrics, py-cpuinfo for CPU data, and tabulate for clear output formatting. Ideal for developers and administrators monitoring hardware performance.","archived":false,"fork":false,"pushed_at":"2025-04-14T12:59:11.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T01:17:46.740Z","etag":null,"topics":["git","github","python3","scripting"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HassanAmohamed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-14T12:15:50.000Z","updated_at":"2025-04-14T12:59:15.000Z","dependencies_parsed_at":"2025-04-14T14:05:00.350Z","dependency_job_id":null,"html_url":"https://github.com/HassanAmohamed/SystemPulse","commit_stats":null,"previous_names":["hassanamohamed/systempulse"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HassanAmohamed%2FSystemPulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HassanAmohamed%2FSystemPulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HassanAmohamed%2FSystemPulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HassanAmohamed%2FSystemPulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HassanAmohamed","download_url":"https://codeload.github.com/HassanAmohamed/SystemPulse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986314,"owners_count":21194025,"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":["git","github","python3","scripting"],"created_at":"2025-04-15T01:17:45.392Z","updated_at":"2026-05-12T07:40:02.533Z","avatar_url":"https://github.com/HassanAmohamed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔍 SystemScan - Comprehensive System Diagnostics Tool\n\n![Python Version](https://img.shields.io/badge/python-3.7%2B-blue)\n![License](https://img.shields.io/badge/license-MIT-green)\n![Dependencies](https://img.shields.io/badge/dependencies-3-success)\n\nA powerful Python utility that provides detailed insights into your system's hardware and software configuration. SystemScan delivers enterprise-grade diagnostics in an easy-to-use package.\n\n## 🌟 Features\n\n### Hardware Intelligence\n- **Processor Analysis**: Model, architecture, core count, and real-time frequency/usage\n- **Memory Metrics**: Total/available RAM, swap space, and utilization percentages\n- **Storage Overview**: Partition details, capacity, and usage statistics\n\n### System Profiling\n- **OS Identification**: Platform, version, and hostname detection\n- **Network Configuration**: Active interfaces and IP addresses\n- **Temperature Monitoring** (where supported): Critical component temperatures\n\n### Presentation\n- **Interactive CLI**: Clean tabular output with `tabulate`\n- **GUI Mode**: Optional Tkinter interface for visual learners\n- **Export Ready**: Structured data perfect for logging or analysis\n\n## 📦 Installation\n\n```bash\n# Install from PyPI (recommended)\npip install systemscan\n\n# Or install directly\ngit clone https://github.com/yourusername/SystemScan.git\ncd SystemScan\npip install -r requirements.txt\n🚀 Usage\nBasic CLI Mode\nbash\n\npython systemscan.py\nAdvanced Options\nbash\n\n# GUI Mode\npython systemscan.py --gui\n\n# Specific component focus\npython systemscan.py --components cpu,memory\n\n# Save to file\npython systemscan.py --output system_report.txt\n📊 Sample Output\ntext\n\n==============================================\n          SYSTEM DIAGNOSTICS REPORT          \n==============================================\n\nSYSTEM INFO:\n+------------------+---------------------------+\n| OS               | Windows 10 10.0.19045     |\n| Hostname         | WORKSTATION-42           |\n| Architecture     | AMD64 (64bit)            |\n| Python Version   | 3.9.7                    |\n+------------------+---------------------------+\n\nCPU INFO:\n+---------------------+-----------------------+\n| Processor           | Intel Core i7-11800H  |\n| Cores (P/L)         | 8/16                  |\n| Frequency           | 2.90 GHz (4.60 Boost) |\n| Current Usage       | 34.7%                 |\n+---------------------+-----------------------+\n\nMEMORY INFO:\n+----------------+----------------+\n| Total          | 31.7 GB        |\n| Available      | 12.3 GB        |\n| Used           | 61.2%          |\n+----------------+----------------+\n🛠️ Requirements\nPackage\tVersion\tPurpose\npsutil\t≥5.8.0\tSystem monitoring\npy-cpuinfo\t≥8.0.0\tCPU identification\ntabulate\t≥0.8.9\tBeautiful console output\nInstall with:\n\n\nbash\n\npip install -r requirements.txt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassanamohamed%2Fsystempulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhassanamohamed%2Fsystempulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassanamohamed%2Fsystempulse/lists"}