{"id":31243797,"url":"https://github.com/Henriquehnnm/hydrotop","last_synced_at":"2025-09-23T02:02:33.068Z","repository":{"id":296050677,"uuid":"992169398","full_name":"Henriquehnnm/HydroTop","owner":"Henriquehnnm","description":"The simple Top","archived":false,"fork":false,"pushed_at":"2025-09-11T14:06:18.000Z","size":1460,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-11T17:03:33.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Henriquehnnm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-28T18:17:12.000Z","updated_at":"2025-09-11T14:06:21.000Z","dependencies_parsed_at":"2025-05-28T19:46:44.165Z","dependency_job_id":"6066d77b-839d-4eb9-b082-094f1375ccc0","html_url":"https://github.com/Henriquehnnm/HydroTop","commit_stats":null,"previous_names":["henriquehnnm/hydrotop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Henriquehnnm/HydroTop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Henriquehnnm%2FHydroTop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Henriquehnnm%2FHydroTop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Henriquehnnm%2FHydroTop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Henriquehnnm%2FHydroTop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Henriquehnnm","download_url":"https://codeload.github.com/Henriquehnnm/HydroTop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Henriquehnnm%2FHydroTop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276502702,"owners_count":25653733,"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-09-23T02:00:09.130Z","response_time":73,"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-09-23T02:01:00.978Z","updated_at":"2025-09-23T02:02:33.055Z","avatar_url":"https://github.com/Henriquehnnm.png","language":"Python","funding_links":[],"categories":["Table of Contents"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eHydroTop\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eHydroTop\u003c/b\u003e is a modern, real-time system monitor for the terminal, written in Python.\u003cbr\u003e\n  It displays essential hardware metrics and process information through a stylish Text User Interface (TUI) powered by \u003ccode\u003ecurses\u003c/code\u003e.\u003cbr\u003e\n  HydroTop brings together clarity, aesthetics, and performance monitoring into a single, easy-to-use tool.\n\u003c/p\u003e\n\n---\n\n## Features\n\n- **CPU, Memory, and Disk Monitoring:**  \n  View real-time usage statistics of your system's CPU, RAM, and disk.\n- **Network Throughput Display:**  \n  Monitor current download and upload speeds.\n- **Top Resource-Consuming Processes:**  \n  Instantly see which processes are using the most CPU.\n- **Elegant TUI with ASCII Boxes \u0026 Nerd Font Icons:**  \n  Visually appealing interface with box-drawing characters and Nerd Font symbols for intuitive status visualization.\n- **Live Updates:**  \n  All metrics refresh every second for up-to-date monitoring.\n- **Responsive Design:**  \n  Auto-detects terminal resizing and provides feedback if the window is too small.\n\n---\n\n## Preview\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshot.png\" alt=\"HydroTop Screenshot\" width=\"700\"/\u003e\n\u003c/p\u003e\n\n---\n\n## Requirements\n\n- **Python**: Version 3.6 or higher\n- **psutil**: For system metrics collection\n- **curses**: Terminal interface (native on Linux/macOS/WSL)\n\n\u003e **Note:** Officially supported on Linux, macOS, and WSL.  \n\u003e Windows users may try running HydroTop with the `windows-curses` package, but compatibility and support are **not guaranteed**.\n\n### Install dependencies:\n\n```bash\npip install psutil\n```\nIf on Windows:\n```bash\npip install windows-curses\n```\n\n---\n\n## Usage\n\nRun the script directly from your terminal:\n\n```bash\npython3 hydrotop.py\n```\n\n- Press `q`, \u003ckbd\u003eEsc\u003c/kbd\u003e, or \u003ckbd\u003eCtrl+C\u003c/kbd\u003e to exit HydroTop at any time.\n\n---\n\n## Code Structure\n\n- **Interactive Interface:**  \n  Built using the `curses` library for smooth and responsive TUI.\n- **Drawing Utilities:**  \n  Functions for rendering boxes and colored progress bars.\n- **Metrics Loop:**  \n  Main event loop gathers and updates system data every second.\n- **Error Handling:**  \n  Gracefully manages drawing errors on small terminals.\n- **Keyboard Controls:**  \n  Quick exit via keyboard shortcuts for convenience.\n\n---\n\n## Contributing\n\nHydroTop is considered stable and open to improvements.  \nContributions and suggestions are welcome via [issues](https://github.com/Henriquehnnm/HydroTop/issues) or [pull requests](https://github.com/Henriquehnnm/HydroTop/pulls).\n\n---\n\n## Contact\n\nFor questions, bug reports, or feature requests, please [open an issue](https://github.com/Henriquehnnm/HydroTop/issues) or contact via email.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHenriquehnnm%2Fhydrotop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHenriquehnnm%2Fhydrotop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHenriquehnnm%2Fhydrotop/lists"}