You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ improvements to the structure and API of the project.
25
25
- The entire project has been rewritten from scratch for better maintainability, extensibility, and performance.
26
26
- The `animated_reskin` function is no more... because the `reskin` function itself has animation parameters baked in now.
27
27
- The API for `reskin` has been improved to require only 2 parameters; the window, and the desired theme.
28
-
- The project's minimum supported Python version is now 3.8.
28
+
-~~The project's minimum supported Python version is now 3.8.~~ Python 3.7 support is back from 4.0.1
29
29
- Mentions of `HSV` interpolation in the code have been corrected; it's `HSL`.
30
30
31
31
Reskinner is a powerful library for PySimpleGUI and FreeSimpleGUI, enabling dynamic theme switching at runtime without window recreation. It provides a seamless way to update your application's look and feel on the fly.
0 commit comments