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 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.4.2.tar.gz (15.8 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.4.2-py3-none-any.whl (16.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyvda-0.4.2.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pyvda-0.4.2.tar.gz
Algorithm Hash digest
SHA256 8cc1c98e014530b6731f1c437f9b4630f94aa3e8552bb7d50fbea205338b3e4a
MD5 e327fb239f878201372ca357974f27b1
BLAKE2b-256 ffdbcfff6dc346342d7ea37b1026ee3925677bd7b224c8e4f4758154d03a457d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyvda-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 16.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pyvda-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3f0cc5c8d818382e2eff9d8f2b47f383d1c4b8ea92d09795ea00d34bad01bac6
MD5 22356ca60e7e945a0ba9ee2c22ab5552
BLAKE2b-256 0074ced48fbfb1c2e48ba181de6927ff39719671f661b616f5e69173938e379e

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