https://github.com/jakeroggenbuck/xdotool_python_window_util
https://github.com/jakeroggenbuck/xdotool_python_window_util
Last synced: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T05:20:51.000Z (over 3 years ago)
- Last Synced: 2025-02-25T03:13:28.202Z (9 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- 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 Size
a = Size(40, 60)
a.size_win()
```
### Move
```py
from main import Move
a = 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