{"id":26127354,"url":"https://github.com/notvirustotal/pywat","last_synced_at":"2026-03-07T22:05:52.738Z","repository":{"id":277389516,"uuid":"932276799","full_name":"NotVirusTotal/pywat","owner":"NotVirusTotal","description":"Python Windows Advanced Tools (PyWAT) - A comprehensive toolset for Windows system operations","archived":false,"fork":false,"pushed_at":"2025-02-13T17:38:45.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-02T13:32:16.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotVirusTotal.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":"2025-02-13T16:50:42.000Z","updated_at":"2025-02-13T18:04:55.000Z","dependencies_parsed_at":"2025-02-13T17:54:16.473Z","dependency_job_id":"7ca83fd5-4a20-4f60-8d67-e898e5c89a09","html_url":"https://github.com/NotVirusTotal/pywat","commit_stats":null,"previous_names":["notvirustotal/pywat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotVirusTotal/pywat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotVirusTotal%2Fpywat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotVirusTotal%2Fpywat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotVirusTotal%2Fpywat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotVirusTotal%2Fpywat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotVirusTotal","download_url":"https://codeload.github.com/NotVirusTotal/pywat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotVirusTotal%2Fpywat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30233431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-03-10T18:08:03.489Z","updated_at":"2026-03-07T22:05:52.711Z","avatar_url":"https://github.com/NotVirusTotal.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyWAT - Python Windows Advanced Tools\r\n\r\n**PyWAT** is a powerful Python library designed to provide advanced tools for interacting with the Windows operating system. It combines functionality similar to **PyWin32**, **psutil**, **os**, and **shutil**, allowing users to perform a wide range of operations on Windows environments.\r\n\r\n## Features\r\n\r\n- **File Management**: Copy, move, delete, and list files and directories.\r\n- **System Monitoring**: Retrieve real-time CPU and memory usage, list active processes, and terminate processes.\r\n- **Registry Operations**: Read and write Windows registry keys and values.\r\n- **Command Execution**: Run commands in the Windows command prompt and capture their outputs.\r\n\r\n## License\r\n\r\nThis project is licensed under the Custom License for PyWAT. See the [LICENSE](LICENSE) file for details.\r\n\r\n### Key Restrictions:\r\n\r\n- The Software is provided \"as is\" with no warranty of any kind.\r\n\r\n## GitHub Repository\r\n\r\nThe PyWAT GitHub Repository Is:\r\n\r\nhttps://github.com/NotVirusTotal/pywat\r\n\r\n## Installation\r\n\r\nYou can install **PyWAT** via **pip** from the Python Package Index (PyPI):\r\n\r\n```bash\r\npip install pywat\r\n```\r\n\r\n**Usage**\r\nOnce installed, you can import the library into your Python code and use its features. Here's a simple example:\r\n\r\n```bash\r\nimport pywat as wat\r\n\r\n# File Operations: Copy a file\r\nwat.copy_file('source.txt', 'destination.txt')\r\n\r\n# System Monitoring: Check CPU usage\r\ncpu_usage = wat.cpu_usage()\r\nprint(f\"Current CPU Usage: {cpu_usage}%\")\r\n\r\n# Run a command in the Windows Command Prompt\r\nstdout, stderr = wat.run_cmd('dir')\r\nprint(\"Command Output:\", stdout)\r\nprint(\"Command Error (if any):\", stderr)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotvirustotal%2Fpywat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotvirustotal%2Fpywat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotvirustotal%2Fpywat/lists"}