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 .

🛠️ 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.101.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.101-py3-none-any.whl (47.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyuix-1.0.101.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.101.tar.gz
Algorithm Hash digest
SHA256 c521d12509114b08418bc8af2c745ae48ca9d23fbc283366e48d7d18ae8d462f
MD5 61536c891f54c3bc4a20e47bcf80a8d0
BLAKE2b-256 c1f8607fdad68ca9d7411e83d79af77b22b24218c012b101cf7e38418309d42f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyuix-1.0.101-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.101-py3-none-any.whl
Algorithm Hash digest
SHA256 e0ef638f6e435675dd5f020dab5d87a2ebd46eb34f6562f366023c6b4bf65afc
MD5 c45a4c67c5f596a0c6b16cf0b44eb218
BLAKE2b-256 ac7c67437b3e3896a828079d6dd026855b70526722960e94981e4d1ded6a3d3f

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