Tkeasygui

Latest version: v1.0.21

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

Scan your dependencies

Page 1 of 5

1.0.21

The pip command can be used to install the latest version.

sh
pip install -U TkEasyGUI


Change Logs:
- ダイアログが中央に表示されなくなった問題を修正 110
- [eg.popup_get_form の cancel buttonがローカライズされない問題を修正](https://github.com/kujirahand/tkeasygui-python/commit/edf0a5a45d94a83259e9fc598ea52bcf1b7cdbf6) https://github.com/kujirahand/tkeasygui-python/issues/100

1.0.20

The pip command can be used to install the latest version.

sh
pip install -U TkEasyGUI


Change Logs:
- [eg.Tableに数値を指定するとエラーが出る問題を修正](https://github.com/kujirahand/tkeasygui-python/commit/c8cd601df50fba65320257993e343ad6fde1021e)
- [ラジオボタンとチェックボックスの併用時にラジオボタンのeventが間違う問題を修正](https://github.com/kujirahand/tkeasygui-python/commit/9819a1d036fbdda89c81391447af31813ef56163) https://github.com/kujirahand/tkeasygui-python/issues/93 [_check_focus_widget のエラーを修正](https://github.com/kujirahand/tkeasygui-python/commit/9819a1d036fbdda89c81391447af31813ef56163)
- [add element_justification parameter in Window](https://github.com/kujirahand/tkeasygui-python/commit/86e99ebac2ae2e97d7d109bd09f2f55ea2749a06) #108
- [add Push element](https://github.com/kujirahand/tkeasygui-python/commit/5ca3ab2d4b5907767ca156e41e658a0bc90b684b) https://github.com/kujirahand/tkeasygui-python/issues/108
- [add enable_mouse_events in Window](https://github.com/kujirahand/tkeasygui-python/commit/21ece8c0bab6a8a8d62abdf55e61c60e7c396fc5)
- [fixed New Windowが開く際、一瞬画面左上に描画される](https://github.com/kujirahand/tkeasygui-python/commit/21f13e2d4a67f25ee3e6f21e1d87480ed05a07b6) https://github.com/kujirahand/tkeasygui-python/issues/102
- [eg.popup_color でカラーコードの形式を指定できるようにする](https://github.com/kujirahand/tkeasygui-python/commit/aed1771bbb3416d8778ff00a5a40ac27ebde16c0) https://github.com/kujirahand/tkeasygui-python/issues/105
- [add set_cursor method](https://github.com/kujirahand/tkeasygui-python/commit/fbdbdd2f44f3eb0387bd8d193493dbfac792ed82) https://github.com/kujirahand/tkeasygui-python/issues/107

1.0.18

The pip command can be used to install the latest version.

sh
pip install -U TkEasyGUI


Change Logs:
- [add element_justification parameter in Window](https://github.com/kujirahand/tkeasygui-python/commit/86e99ebac2ae2e97d7d109bd09f2f55ea2749a06) #108
- [add Push element](https://github.com/kujirahand/tkeasygui-python/commit/5ca3ab2d4b5907767ca156e41e658a0bc90b684b) https://github.com/kujirahand/tkeasygui-python/issues/108
- [add enable_mouse_events in Window](https://github.com/kujirahand/tkeasygui-python/commit/21ece8c0bab6a8a8d62abdf55e61c60e7c396fc5)
- [fixed New Windowが開く際、一瞬画面左上に描画される](https://github.com/kujirahand/tkeasygui-python/commit/21f13e2d4a67f25ee3e6f21e1d87480ed05a07b6) https://github.com/kujirahand/tkeasygui-python/issues/102
- [eg.popup_color でカラーコードの形式を指定できるようにする](https://github.com/kujirahand/tkeasygui-python/commit/aed1771bbb3416d8778ff00a5a40ac27ebde16c0) https://github.com/kujirahand/tkeasygui-python/issues/105
- [add set_cursor method](https://github.com/kujirahand/tkeasygui-python/commit/fbdbdd2f44f3eb0387bd8d193493dbfac792ed82) https://github.com/kujirahand/tkeasygui-python/issues/107

1.0.17

The pip command can be used to install the latest version.

sh
pip install -U TkEasyGUI


Change Logs:
- [add set_cursor method](https://github.com/kujirahand/tkeasygui-python/commit/fbdbdd2f44f3eb0387bd8d193493dbfac792ed82) https://github.com/kujirahand/tkeasygui-python/issues/107
- [eg.popup_color でカラーコードの形式を指定できるようにする](https://github.com/kujirahand/tkeasygui-python/commit/aed1771bbb3416d8778ff00a5a40ac27ebde16c0) https://github.com/kujirahand/tkeasygui-python/issues/105
- [feat(widget): set window-icon](https://github.com/kujirahand/tkeasygui-python/commit/e25a2d0317e739577f9642e01362cd36505ca634)

1.0.16

The pip command can be used to install the latest version.

sh
pip install -U TkEasyGUI


Change Logs:
- [安全性向上のためmypyを導入し厳しく型チェックするように修正 - 小さな不具合を多数修正](https://github.com/kujirahand/tkeasygui-python/commit/cb267dfb57fd1cc4ff769d7cd3a9145ba3223555) https://github.com/kujirahand/tkeasygui-python/issues/98
- [Tableを更新した際、ヘッダの数が変わらない問題を修正](https://github.com/kujirahand/tkeasygui-python/commit/1b5ae13085669326f919f5100678241c6b6c3269) https://github.com/kujirahand/tkeasygui-python/issues/99

1.0.14

The pip command can be used to install the latest version.

sh
pip install -U TkEasyGUI


Change Logs:
- [eg.Radio のイベントが常に最初の要素になってしまう問題を修正](https://github.com/kujirahand/tkeasygui-python/commit/e81b281523a7373054b67275c9fea995344b8f05) https://github.com/kujirahand/tkeasygui-python/issues/92
- [eg.Radioの初期化イベントの問題](https://github.com/kujirahand/tkeasygui-python/commit/4a48c91ed49ff34339a402f4e08b888b1ca83809) https://github.com/kujirahand/tkeasygui-python/issues/93
- [eg.Radio/eg.Checkboxの値がすぐに取れるように与えられたgroup_idで簡単に値が取得できるように配慮する](https://github.com/kujirahand/tkeasygui-python/commit/4a48c91ed49ff34339a402f4e08b888b1ca83809) https://github.com/kujirahand/tkeasygui-python/issues/96

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.