Skip to main content

A lightweight, hardware-accelerated, pure-Python UI framework built from scratch using the Windows ctypes Win32 API.

Project description

PyUIX ⚡

Python License OS

PyUIX is a lightweight, hardware-accelerated, pure-Python UI framework built from scratch using the Windows ctypes Win32 API. It requires zero external dependencies like PyQt, Tkinter, or CEF.

🚀 Features

  • Pure Python & Zero Dependencies: Built entirely on top of Windows Win32 API via ctypes.
  • GDI+ Hardware Acceleration: Flawless anti-aliased rendering, multi-pass drop shadows, and linear gradients.
  • Massive Component Library:
    • Over 10+ Layout Managers (Grid, Flex, Flow, Constraints, etc.).
    • Over 40+ Interactive Widgets (Sliders, Inputs, Carousels, Tree Views, Excel-like DataGrids).
  • CSS-like Styling Engine: Dynamically load raw CSS strings to style your entire application seamlessly.
  • Advanced Window System: Borderless OS windows, Custom Edge-docked Frames, MDI Sub-Windows, and Modal Dialogs.
  • Reactive Framework Engine: Qt-inspired architecture featuring properties, signal dispatching, and a global EventBus.

📦 Installation

PyUIX is pip-ready. You can install it locally by running the following command in the root directory:

pip install pyuix

🛠️ Quick Start

from core.app import UIApp
from core.components import Label

def main():
    app = UIApp(width=800, height=600, title="My PyUIX App")
    my_label = Label(50, 50, 300, 30, "Hello, PyUIX!", color=(88, 101, 242))
    
    app.root.add_child(my_label)
    app.run()

if __name__ == "__main__":
    main()

📖 Documentation

Open docs.html in any web browser for the full interactive documentation, complete with visual widget demonstrations and layout guides. You can also explore the examples/ directory for ready-to-use dashboard templates.

📄 License

Licensed under a Proprietary License. No lifetime guarantee is provided, and editing or modifying the code is strictly prohibited by law. Maintained by Qelaro & Souvik Nandi.

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

pyuix-1.0.104.tar.gz (39.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyuix-1.0.104-py3-none-any.whl (47.4 kB view details)

Uploaded Python 3

File details

Details for the file pyuix-1.0.104.tar.gz.

File metadata

  • Download URL: pyuix-1.0.104.tar.gz
  • Upload date:
  • Size: 39.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for pyuix-1.0.104.tar.gz
Algorithm Hash digest
SHA256 f06c24c71bc30f1600e945c4ac128be384caa95a55b2058915a223e4c821ca0b
MD5 b1f4a30592792456daa2153e028dab34
BLAKE2b-256 ceb341501b18eecb129d13ed0665968bfb62e2bf10d569d739fab70954b39c05

See more details on using hashes here.

File details

Details for the file pyuix-1.0.104-py3-none-any.whl.

File metadata

  • Download URL: pyuix-1.0.104-py3-none-any.whl
  • Upload date:
  • Size: 47.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for pyuix-1.0.104-py3-none-any.whl
Algorithm Hash digest
SHA256 142814c14d49cd6908c2e61fc59e7154363e2f55a0bcba0a263bfc7be9b0c76e
MD5 572a7483401f66712462d70e9f3a0a00
BLAKE2b-256 36314f2922181bd98a3fea2bae3e893c586a48d8098e2e258753ede7391d36bf

See more details on using hashes here.

Supported by

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