Hpyt

Latest version: v1.3.4

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.2.0

- Add support for rainbow titlebar
- Add support for styling title text
- Add support for vertical, horizontal shake and circle motion window animations
- Add support for centering a window on the screen
- Add support for centering a window relative to another window
- Add support for moving/resizing/maximizing/minimizing/restoring a window
- Add support for setting custom titlebar color
- Add support for setting custom titlebar text color

For detailed information and previews please refer the README.md file

1.1.3

- Add flashing inverval support

CODE SAMPLES

Flashing Window

python
window_flash.flash(window, 10, 100) flashes the window 10 times with 50ms interval
window_flash.stop(window) stops the flashing immediately


*Flashing Interval starts from 10ms, **default 1000ms***

![Flashing Window](https://raw.githubusercontent.com/zingzy/hPyT/main/assets/flashing.gif)

1.1.2

- Add window flashing support
- Add window opacity support
- Add support for PyGTK

CODE SAMPLES

Opacity

python
opacity.set(window, 0.5) sets the window opacity to 50%
opacity.set(window, 1) resets the window opacity to 100%


![Opacity 0.5 preview](https://raw.githubusercontent.com/zingzy/hPyT/main/assets/opacity.png)


Flashing Window

python
window_flash.flash(window, 10) flashes the window 10 times
window_flash.stop(window) stops the flashing immediately


![Flashing Window](https://raw.githubusercontent.com/zingzy/hPyT/main/assets/flashing.gif)

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.