TkZero v0.2.0
Pre-release
Pre-release
New release which fixes and adds a bunch of stuff.
Changes:
- Can import and use themes.
- Can set and get window icon.
- Enabling and disabling ScrollableFrame from a parent will work now and fix ScrollableFrame's scrolling.
- Add
hovering_over
attribute to lots of widgets. - Add "fake
read_only
mode" to Text widgets by intercepting "insert", "delete", and "replace" commands and can automatically enable and disableread_only
mode of widgets like Entry and Text. - Removed the useless type-checking and use the typing module for lists and tuples to be compatible with more versions of Python.
- Can disable text on Progressbar if it is interfering with themes.
You can find it on PyPI here: https://pypi.org/project/TkZero/0.2.0/.
As usual, if you have any problems, please open an issue. If it doesn't warrant an issue, you may also open a discussion here.
Thank you for using TkZero. ❤❤❤