Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/namngh/auto-gui

Better auto GUI
https://github.com/namngh/auto-gui

Last synced: 3 months ago
JSON representation

Better auto GUI

Awesome Lists containing this project

README

        

# Auto GUI

Higher layer of PyAutoGUI that support click text in screen, create scripts, deal with browser.

## Installation

Not supported yet.

## Usage

```python
from auto_gui import progressing

# Click the first match text "requirements" in screen
progressing.Progressing().pipeline("click", "requirements").run()
```

## Contributing

Pull requests are welcome. For major changes,
please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)