Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeroggenbuck/xdotool_python_window_util
https://github.com/jakeroggenbuck/xdotool_python_window_util
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/xdotool_python_window_util
- Owner: JakeRoggenbuck
- License: mit
- Created: 2020-07-29T06:43:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T05:20:51.000Z (over 2 years ago)
- Last Synced: 2023-03-03T22:23:51.086Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xdotool_python_window_util
## Use
### Size
```py
from main import Sizea = Size(40, 60)
a.size_win()
```### Move
```py
from main import Movea = Move(True, 20, 30)
a.move_win()
```## Test
```sh
PYTHONPATH=./src pytest
```## Future Features
- Something to name windows
- Something to use move and size with window by name
- Something to get the size and position of a window by name
- Something that uses the size and position of two windows by name and calculates distance between