Metadata-Version: 2.3
Name: reskinner
Version: 4.1.3
Summary: Instantaneous theme changing for PySimpleGUI and FreeSimpleGUI windows.
Keywords: PySimpleGUI,FreeSimpleGUI,reskin,realtime,theme,color,gui
Author: Divine U. Afam-Ifediogor
License: MIT License
         
         Copyright (c) 2025 Divine Afam-Ifediogor
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Development Status :: 6 - Mature
Classifier: Framework :: PySimpleGUI
Classifier: Framework :: PySimpleGUI :: 4
Classifier: Framework :: PySimpleGUI :: 5
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: colour>=0.1.5
Requires-Dist: strenum ; python_full_version < '3.11'
Requires-Dist: importlib-metadata ; python_full_version < '3.8'
Requires-Dist: typing-extensions ; python_full_version < '3.8'
Requires-Dist: freesimplegui>=5.0.0 ; extra == 'fsg'
Requires-Dist: pysimplegui>=4.60.3.96 ; extra == 'psg'
Requires-Python: >=3.7
Project-URL: Homepage, https://github.com/definite-d/reskinner/
Project-URL: Bug Tracker, https://github.com/definite-d/reskinner/issues/
Provides-Extra: fsg
Provides-Extra: psg
Description-Content-Type: text/markdown

# Reskinner: Dynamic Theme Switching for PySimpleGUI and FreeSimpleGUI

[![PyPI Version](https://img.shields.io/pypi/v/reskinner?style=flat)](https://pypi.org/project/reskinner/)
[![Python Versions](https://img.shields.io/pypi/pyversions/reskinner?style=flat&logo=python)](https://pypi.org/project/reskinner/)
[![License](https://img.shields.io/pypi/l/reskinner?style=flat)](https://opensource.org/licenses/MIT)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Downloads](https://static.pepy.tech/personalized-badge/reskinner?period=total&units=international_system&left_color=grey&right_color=yellowgreen&left_text=downloads)](https://pepy.tech/project/reskinner)
[![GitHub issues](https://img.shields.io/github/issues/definite-d/reskinner)](https://github.com/definite-d/psg_reskinner/issues)
![GitHub forks](https://img.shields.io/github/forks/definite-d/reskinner?logo=github&style=flat)
[![GitHub stars](https://img.shields.io/github/stars/definite-d/reskinner?logo=github&style=flat)](https://github.com/definite-d/psg_reskinner/stargazers)

Reskinner is a Python 3 library for [PySimpleGUI](https://github.com/pysimplegui/pysimplegui) and [FreeSimpleGUI](https://github.com/spyoungtech/FreeSimpleGUI) that enables changing the theme of a GUI window at runtime **without** needing to recreate or re-instantiate the window.

It provides a smooth, dynamic way to update your application's appearance on the fly, with optional animations and support for multiple color interpolation and easing modes. Reskinner is lightweight, easy to integrate, and works with both major PySimpleGUI-compatible frameworks.

To learn more, visit [the GitHub repository](https://github.com/definite-d/reskinner), and consider starring the project if you find it useful.
