Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 434 Bytes

Display Detector

This script detects connected displays using xrandr and creates Tkinter windows on each display. The main window is placed on the primary display, and additional windows are created for each secondary display. The windows are positioned near the center of their respective displays and display the name of the display.

RPi4 with two displays

Requirements

  • xrandr
  • Python 3.11+
  • Tkinter