https://github.com/namngh/auto-gui
Better auto GUI
https://github.com/namngh/auto-gui
Last synced: 7 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T12:30:41.000Z (over 2 years ago)
- Last Synced: 2024-08-05T09:14:40.471Z (11 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/)