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

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyuix-1.0.102.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.102.tar.gz
Algorithm Hash digest
SHA256 17709e22ddef0616beb89e64ce883ab463158be66d9fdc82c8f5159bf30aaacf
MD5 65a00d5f20915cccf8d2d219c63f746c
BLAKE2b-256 6d9cae98da4292d9f8a098cc7ce581e4ea56708fdf95da0102565ee42f090427

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyuix-1.0.102-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.102-py3-none-any.whl
Algorithm Hash digest
SHA256 cd680113c8e33e68e7f35d9b535f09558aaeb998277ea11a8e97c00790c65941
MD5 7235d4d7cf42f8cd1fa89044ad8d22a1
BLAKE2b-256 9ca4eaa25f6df00545fadd74a4baca27027ccab3e552054e4bcde7f21c08bd92

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