01Efficient screen capture implemented with Python libraries `mss`, `Pillow`, and `ctypes`, avoiding external PowerShell dependencies.
02List detailed information for all connected monitors, including index, primary status, and dimensions (x, y, width, height).
03Capture full desktop, specific monitors (by index or position like 'left'/'right'/'primary'), active windows, or custom screen regions.
04Temporarily hides overlapping Windows Terminal windows during full screen, display, or region capture to ensure clear screenshots.
051 GitHub stars
06Delete captured images selectively by specific date, time range, or all at once from the designated output directory.