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.1.0.tar.gz (8.6 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.1.0-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyvda-0.1.0.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyvda-0.1.0.tar.gz
Algorithm Hash digest
SHA256 199f0d9893108a9df55b17dfc3ae429a74a077dfa1ec86e112bad95eae88763f
MD5 6e316707bedd4f0e8eb6159e5378084e
BLAKE2b-256 b7961cb41dc912d3c34237871e00059bd3aa6715ad27a37d5bda24d93a026584

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyvda-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for pyvda-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 220ad404158d8f498e412c0721edd4ec231ba96419190f5d2622f814a0cd72e9
MD5 dbb81190ffe694700bb30235a20a057e
BLAKE2b-256 ce93ab4f454b5ea497fea73e67f189dea053ca5743ef7d2bcac467e4109630b3

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