awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesWindow Manipulations

Programmatic control of application window properties, including size, position, and visibility.

Distinct from Interactive Window Manipulation: Focuses on programmatic manipulation of Windows API window handles rather than interactive gestures or accessibility APIs.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Window Manipulations. Refine with filters or upvote what's useful.

Awesome Window Manipulations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jigish/slatejigish का अवतार

    jigish/slate

    7,836GitHub पर देखें↗

    Slate is a keyboard-driven window manager and tiling system for macOS. It functions as a JavaScript-configurable automation tool and workflow orchestrator, allowing users to resize and position application windows through custom keystroke bindings and predefined spatial configurations. The project distinguishes itself by using a scripting API to define complex window manipulation logic, system event callbacks, and custom input mappings. This allows for the creation of sequenced action chains and the execution of external shell commands tied to specific keyboard shortcuts. Its capabilities in

    Creates named window manipulation actions using parameters or configuration strings for programmatic control.

    Objective-C
    GitHub पर देखें↗7,836
  • rainmeter/rainmeterrainmeter का अवतार

    rainmeter/rainmeter

    5,824GitHub पर देखें↗

    Rainmeter is a Windows desktop widget engine that renders customizable skins and interactive widgets directly on the desktop, supporting live data feeds and user interaction. It functions as a desktop customization platform and skin authoring framework, allowing users to create widgets by defining data sources and visual elements with full style and layout control. The engine includes a Lua scripting runtime for extending widget functionality with custom logic and data processing, and provides a plugin SDK with a C/C++ API for building native plugins that add new data sources or rendering capa

    Accepts Windows window messages from external apps to query or control the running instance.

    C
    GitHub पर देखें↗5,824
  • lazovelko/windows-hacksLazoVelko का अवतार

    LazoVelko/Windows-Hacks

    2,540GitHub पर देखें↗

    This project is a collection of toolsets for executing visual effects, simulating operating system-level input, and manipulating graphical user interface window states. It functions as a Windows API automation tool and GUI manipulator designed to programmatically alter the behavior and appearance of active application windows. The toolkit features a desktop visual effects engine capable of applying rotational animations, hue shifts, and view transformations to the display. It includes an input simulator that can spawn multiple independent mouse cursors and automate user interactions across th

    Programmatically alters the size, position, and visual properties of active application windows.

    C#hackhackinghacks
    GitHub पर देखें↗2,540
  • blackrosezy/gui-inspect-toolblackrosezy का अवतार

    blackrosezy/gui-inspect-tool

    1,173GitHub पर देखें↗

    Gui Inspect Tool is a diagnostic utility designed for examining Windows graphical interface hierarchies, monitoring accessibility events, and inspecting window styles. It functions as a desktop application inspection tool that reveals window hierarchies, handle values, styles, and system-level properties of running Windows applications. The software provides capabilities for traversing accessibility tree hierarchies to extract element properties and structural user interface nodes. It includes real-time event hooking to intercept and log asynchronous accessibility and window messages as they

    Monitors system and window messages in real time to diagnose event handling and application behavior.

    GitHub पर देखें↗1,173
  1. Home
  2. Operating Systems & Systems Programming
  3. Window Manipulations

सब-टैग एक्सप्लोर करें

  • Window Message ControllersAccepts and responds to Windows window messages from external applications to query or manipulate the running instance. **Distinct from Window Manipulations:** Distinct from Window Manipulations: uses low-level window message protocol rather than general programmatic window property control.