Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakeroggenbuck/xdotool_python_window_util


https://github.com/jakeroggenbuck/xdotool_python_window_util

Last synced: 5 days ago
JSON representation

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