Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.21 KB

readme.md

File metadata and controls

24 lines (20 loc) · 1.21 KB

StreamDeck LiveScreen

IMG_1307 (3)

This code allows you to display of your entire desktop on a StreamDeck device.
Each key on the StreamDeck represents a portion of the screen, allowing you to monitor your entire desktop at a glance.

Installation

To use this code, you will need the following libraries:

  • PL (Python Imaging Library)
  • StreamDeck (Python wrapper for the StreamDeck SDK) You can install these libraries using pip:
pip install Pillow
pip install streamdeck

Usage

To use this code, simply run the streamdeck_live.py file using Python:

python streamdeck_live.py

Once the script is running, connect your StreamDeck device to your computer.
The script will automatically detect the device and start displaying the live screenshot on the device.

Customization

You can customize the code to suit your needs by adjusting the key_spacing parameter in the update_deck function.
This parameter determines the spacing between keys on the StreamDeck, which in turn determines the portion of the screen that each key displays.