Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/namngh/auto-gui
- Owner: namngh
- License: mit
- Created: 2023-02-20T15:04:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-14T12:30:41.000Z (over 1 year ago)
- Last Synced: 2024-06-28T05:37:45.525Z (5 months ago)
- Language: Python
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)