Metadata-Version: 2.4
Name: Gluonix
Version: 7.7
Summary: A GUI lib based on tkinter.
Author: Nucleon Automation
Author-email: Nucleon Automation <jagroop@nucleonautomation.com>
License: BSD 3-Clause License
        
        Copyright (c) 2026 Nucleon Automation
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pillow>=6.0.0
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# Gluonix V(7.7)
- Gluonix is a lightweight GUI library built on top of Tkinter for building desktop applications in Python. It provides reusable widgets and convenience utilities so you can build UIs faster with less boilerplate.

## Feedback
- If you have any thoughts or suggestions, we’d love to hear from you at [feedback@nucleonautomation.com](mailto:feedback@nucleonautomation.com). Your feedback is invaluable in helping us improve and enhance the library.

## Features
- Tkinter-based widgets: A set of ready-to-use UI components built on top of Tkinter.
- Higher-level utilities: Helper functions/classes to reduce repetitive Tkinter setup code.
- Layout helpers: Utilities and patterns to compose windows and dialogs more cleanly.
- Styling support: Common configuration helpers for fonts, colors, and consistent UI options.
- Image support: Works well with Pillow for loading and displaying images in UI components.

## Help
- See the [HELP](https://github.com/nucleonautomation/Gluonix-Designer/blob/main/Help.pdf) file for details.

## Installation Pypi
```
# Requires Python >=3.6
pip install Gluonix
```

## Requirements
```
pip install -r requirements.txt
```

## License
- This project is licensed under BSD 3-Clause License. See the [LICENSE](https://github.com/nucleonautomation/Gluonix-Designer/blob/main/LICENSE.md) file for details.

## Change Log
- See the [LOG](https://github.com/nucleonautomation/Gluonix-Designer/blob/main/LOG.md) file for details.
