Windows automation bot library
npm install gyork-wbotbash
npm install gyork-Wbot
`
Usage
`javascript
const WindowsBot = require('gyork-Wbot');
// Create instance
const bot = await WindowsBot.create('127.0.0.1', 19999);
// Example: Find window
const hwnd = await bot.findWindow('Notepad', 'Untitled - Notepad');
``