Skip to main content

dynamic web-like UIs using a declarative syntax

Project description

PynamicUI

PynamicUI is a lightweight Python library that provides a dynamic user interface (UI) framework for creating interactive and responsive applications. It simplifies the process of building user interfaces by abstracting away the complexities of working directly with a UI toolkit like Tkinter. With PynamicUI, you can create dynamic web-like UIs using a declarative syntax, making it easy to define and manage the UI components and their interactions.

Features

  • Declarative Syntax: Define UI components using a declarative syntax similar to HTML, making it intuitive and easy to manage.
  • Dynamic Rendering: Efficiently render virtual elements as tkinter widgets, ensuring responsiveness and interactivity.
  • State Management: Manage the state of your application and automatically update the UI when state changes occur.
  • Hooks and Effects: Utilize hooks and effects to add custom logic and side effects to elements, enhancing interactivity.
  • Styling Capabilities: Apply styles to UI elements with ease, allowing for seamless customization of appearance.
  • Responsive and Interactive UIs: Build dynamic and responsive user interfaces with web-like interactions.

Installation

PynamicUI requires the CustomTkinter library. To install PynamicUI and its dependencies, you can use pip:

pip install PynamicUI
pip install CustomTkinter

Getting Started

Using PynamicUI in a New Project

To start using PynamicUI in a new project, follow these steps:

  1. Import the required classes and functions from PynamicUI:
from pynamicui import createStylesheet, createDom, createElement, setAppearanceMode
import customtkinter as tk
  1. Define your UI components using the createElement class:
class CounterPage:
    def __init__(self, dom):
        # Define your UI components here
        pass

class App:
    def __init__(self):
        self.dom = createDom()
        # Create your UI components here
        pass
  1. Add styles using the createStylesheet class:
styles = createStylesheet()

styles.addStyle("PrimaryButton", {
    "font": ("Arial", 14, "normal"),
    "fg_color": "grey",
    "bg_color": "blue"
})

styles.addStyle("SecondaryButton", {
    "font": ("Arial", 14, "normal"),
    "fg_color": "black",
    "bg_color": "green"
})
  1. Render the virtual DOM and launch your application:
if __name__ == "__main__":
    App()

Integrating PynamicUI in an Existing Project

To integrate PynamicUI into an existing project, follow these steps:

  1. Install PynamicUI and its dependencies as described in the Installation section.

  2. Import the required classes and functions from PynamicUI:

from pynamicui import createStylesheet, createDom, createElement, setAppearanceMode
import customtkinter as tk
  1. Identify the parts of your application where you want to use PynamicUI and create virtual elements accordingly.

  2. Add styles using the createStylesheet class to customize the appearance of the UI elements.

  3. Implement state management and hooks to add interactivity and custom logic to your application.

  4. Render the virtual DOM and launch your application:

if __name__ == "__main__":
    App()

Documentation

For detailed documentation and usage examples, please refer to the PynamicUI Wiki.

Examples

Check out the examples folder for practical examples building an application with PynamicUI.

Contributions

Contributions to PynamicUI are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.

License

PynamicUI is licensed under the Apache License. Feel free to use, modify, and distribute this library as permitted by the license.

Acknowledgments

PynamicUI is built upon the foundation of CustomTkinter. Special thanks to the developers of CustomTkinter for their valuable contributions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynamicui-0.0.6.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

pynamicui-0.0.6-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file pynamicui-0.0.6.tar.gz.

File metadata

  • Download URL: pynamicui-0.0.6.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for pynamicui-0.0.6.tar.gz
Algorithm Hash digest
SHA256 8451d4c784c0893d4a762b8d06a9009ded456464a770d8c7f6965fcda025702f
MD5 62abf4545f3014d580cf264a58358309
BLAKE2b-256 bc8c61069f3843bc0ca54ca77eb6d05a18496ef46a6576783dd2777a1dfd54c2

See more details on using hashes here.

File details

Details for the file pynamicui-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: pynamicui-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for pynamicui-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 f4b2445120f9d228adddb4723c7fedfb1c117cfde4c3ce826f9d19d3f5bb080b
MD5 df6cab38ebd29c433c655109e869a76b
BLAKE2b-256 9002941a5fbaf660dd6ae09aa57061d2942b1ed0609556d9feb68d4a2ff27c70

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page