A simple UI library inspired by Rayfield
Project description
KurlUI
KurlUI is a Python UI library inspired by the Roblox Rayfield library, built with Tkinter.
Installation
pip install kurlui
Usage
from kurlui import KurlUI
def on_button_click():
print("Button Clicked!")
ui = RayfieldUI()
tab = ui.create_tab("Main")
ui.add_button(tab, "Click Me", on_button_click)
ui.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kurlui-0.2.tar.gz
(1.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
kurlui-0.2-py3-none-any.whl
(1.4 kB
view details)
File details
Details for the file kurlui-0.2.tar.gz.
File metadata
- Download URL: kurlui-0.2.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e991512d41a5dc48da8ed455aadc68fbc9338591ae8af82fda014222fd9072a5
|
|
| MD5 |
d9bd66782e117a8c9996a22ed2acc711
|
|
| BLAKE2b-256 |
633d580e44007c10bd5d8e8f29102fadfb43f260eb4e776d86496f0cce1d077a
|
File details
Details for the file kurlui-0.2-py3-none-any.whl.
File metadata
- Download URL: kurlui-0.2-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae41d105f748c532d8ac30538ce3a786f2df2a894087f7427a3fb781fab0759e
|
|
| MD5 |
44e8998c4ccc835401e34e9208716edc
|
|
| BLAKE2b-256 |
40b86bf8d880009a5f51254a30bcca92e4077e7aaa534eabbb6f2e3918aa3950
|