Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yousef0sa/script_image
A library that helps to create scripts using Windows Handle and computer vision.
https://github.com/yousef0sa/script_image
background-event c-sharp computer-vision image-processing keyboard library mouse window-capture window-handle
Last synced: 20 days ago
JSON representation
A library that helps to create scripts using Windows Handle and computer vision.
- Host: GitHub
- URL: https://github.com/yousef0sa/script_image
- Owner: yousef0sa
- Created: 2022-12-11T08:50:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:05:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T00:15:30.081Z (20 days ago)
- Topics: background-event, c-sharp, computer-vision, image-processing, keyboard, library, mouse, window-capture, window-handle
- Language: C#
- Homepage:
- Size: 50.8 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Script Image.
It's a library that saves time and writes a few lines to build custom scripts for an active window on your computer.This library is based on Windows Handle and computer vision, which allows us to receive images and process them, to send events from the mouse and keyboard to the Window.
A library was used: [opencvsharp.](https://github.com/shimat/opencvsharp)
## Features
- Background process.
- Find Window Handle.
- Find Window Childe.
- Matching images.
- Window Capture.
- Sending and receiving texts from the window.
- Sending mouse and keyboard events.
- Change Window location, size, and state.
## Latest version
GitHub: [Here](https://github.com/yousef0sa/Script_Image/releases).NuGet: [Here](https://www.nuget.org/packages/Script.Image).
## How is it work
The library relies mainly on computer vision to receive and send information,
relying on the Window Handle feature,
and you'll find explanations of all features in the [Wiki.](https://github.com/yousef0sa/Script_Image/wiki)
## Used by
[LegendsOfIdleon_BotFarm.](https://github.com/yousef0sa/LegendsOfIdleon_BotFarm)
## SupportIf you have a suggestion or encountered an issue, we can help you from [here.](https://github.com/yousef0sa/Script_Image/issues/new)