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.1.0.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
File details
Details for the file kurlui-0.1.0.tar.gz.
File metadata
- Download URL: kurlui-0.1.0.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 |
2ef0a4b604ed6a7ff4552299d8a5b84b9b94b376472ca7167529a364f77019b2
|
|
| MD5 |
41c20c3ced98fb806f10504b45ddb09d
|
|
| BLAKE2b-256 |
0cf5ad4329f7788f3eabee140e1e7c1eb33bf543fef5201ed051f2cb8cd47ab7
|
File details
Details for the file kurlui-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kurlui-0.1.0-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 |
b6c783f2ad09fc5070af834e2705f59f6f337afdc11d041aed5494fdcd3dda2b
|
|
| MD5 |
1c552be797411f2f0c334ed0a6271353
|
|
| BLAKE2b-256 |
215bd97a1870c04b2643c4fab35cc0fa20dcc42ff89733171e93086a43816060
|