Skip to main content

Python Windows Advanced Tools (PyWAT) - A comprehensive toolset for Windows system operations

Project description

PyWAT - Python Windows Advanced Tools

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.

Features

  • File Management: Copy, move, delete, and list files and directories.
  • System Monitoring: Retrieve real-time CPU and memory usage, list active processes, and terminate processes.
  • Registry Operations: Read and write Windows registry keys and values.
  • Command Execution: Run commands in the Windows command prompt and capture their outputs.

License

This project is licensed under the Custom License for PyWAT. See the LICENSE file for details.

Key Restrictions:

  • No modification or redistribution of the Software or modified versions.
  • Redistribution of modified versions is strictly prohibited to avoid the introduction of malware.
  • The Software is provided "as is" with no warranty of any kind.

GitHub Repository

The PyWAT GitHub Repository Is:

https://github.com/NotVirusTotal/pywat

Installation

You can install PyWAT via pip from the Python Package Index (PyPI):

pip install pywat

Usage Once installed, you can import the library into your Python code and use its features. Here's a simple example:

import pywat as wat

# File Operations: Copy a file
wat.copy_file('source.txt', 'destination.txt')

# System Monitoring: Check CPU usage
cpu_usage = wat.cpu_usage()
print(f"Current CPU Usage: {cpu_usage}%")

# Run a command in the Windows Command Prompt
stdout, stderr = wat.run_cmd('dir')
print("Command Output:", stdout)
print("Command Error (if any):", stderr)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywat-1.0.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pywat-1.0.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file pywat-1.0.0.tar.gz.

File metadata

  • Download URL: pywat-1.0.0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for pywat-1.0.0.tar.gz
Algorithm Hash digest
SHA256 afd04f4b112e246be55ee81096aff2d36add4626e37d85497c65e74fc0dde680
MD5 37d9d994f4162f06ae87d4de57a6e334
BLAKE2b-256 e599e0aa880f246589af21c6864dc5b1b64abcb9b990cd805767f8a5b3aac20c

See more details on using hashes here.

File details

Details for the file pywat-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: pywat-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for pywat-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7e0991ce679ac2d7c5c0487a5eb743cb79d74f8febd827788ab3b8c1ac479275
MD5 35c7b9e8fa08a7d7fbc4382f8186b4fd
BLAKE2b-256 a7a402f89d762306f9c4cec88e461a928fedfa5f974e1780686fdba40018ea97

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page