Skip to main content

Python implementation of the VirtualDesktopAccessor for manipulating Windows 10 virtual desktops.

Project description

Python Virtual Desktop Accessor

Python module providing programmatic access to most of the settings accessed through the Windows 10 task view. Including switching virtual desktops, moving windows between virtual desktops, pinning windows and listing the windows on a desktop.

Originally based on https://github.com/Ciantic/VirtualDesktopAccessor.

Installation

pip install pyvda

Example usage

from pyvda import AppView, get_apps_by_z_order, VirtualDesktop, get_virtual_desktops

number_of_active_desktops = len(get_virtual_desktops())
print(f"There are {number_of_active_desktops} active desktops")

current_desktop = VirtualDesktop.current()
print(f"Current desktop is number {current_desktop}")

current_window = AppView.current()
target_desktop = VirtualDesktop(5)
current_window.move(target_desktop)
print(f"Moved window {current_window.hwnd} to {target_desktop.number}")

print("Going to desktop number 5")
VirtualDesktop(5).go()

print("Pinning the current window")
AppView.current().pin()

Documentation

Full API documentation can be found at Read the Docs

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

pyvda-0.3.0.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

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

pyvda-0.3.0-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file pyvda-0.3.0.tar.gz.

File metadata

  • Download URL: pyvda-0.3.0.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for pyvda-0.3.0.tar.gz
Algorithm Hash digest
SHA256 f27abf9d4b0b58ba1f22d71aa62dd70d69a3e9355c59f1ae76bbeb00a68588d2
MD5 75da04b107cfe20f098701d59dbf9b56
BLAKE2b-256 f53dc7f0e4f606aca064ae1df3c36a0bd3ad4c34a12c5958e43446af385d34fa

See more details on using hashes here.

File details

Details for the file pyvda-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: pyvda-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for pyvda-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e48c4a088d6ebe44cb91be3d4bf13fadd7c92da66cc6d54ec6b6fb1424cfca3f
MD5 d9f42283dd2e5a9f4b1d39603dbcbe11
BLAKE2b-256 71e9f17fbc670133c97700c0157388aa0757f4f6f5e705d6419c27fd00c8b95b

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