A colorful GUI library for kids built on Kivy
Project description
KidsUI
A simple and fun GUI library for kids using Python and Kivy.
Features
- Easy to use syntax
- Designed for mobile and desktop
- Build buttons, labels, inputs, and popups easily
- Now supports colors and images
Installation
pip install kidsui
Example Usage
from kidsui import KidsUIApp
app = KidsUIApp("My First App")
app.label("Welcome to the App!", color=(0, 1, 0, 1))
name_input = app.text_input("Your name")
app.button("Say Hello", lambda: app.alert("Hi " + name_input.text), background_color=(1, 1, 0, 1))
app.image("my_image.png", width=300, height=200)
app.colored_box(color=(1, 0, 1, 1), height=50)
app.run()
Requirements
- Python 3.7+
- Kivy
License
MIT License
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
kidsui-0.2.0.tar.gz
(2.6 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 kidsui-0.2.0.tar.gz.
File metadata
- Download URL: kidsui-0.2.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47d63413e35604ae262b1b10aca3731a33406fb4732c0891d097145c514cb3ca
|
|
| MD5 |
91e4ac4abdcb0fe9e35a7f4282906ba8
|
|
| BLAKE2b-256 |
87c2c4acdd029ca3cb39ea236c3963986e9009b5087977efb9386872d3f8e79a
|
File details
Details for the file kidsui-0.2.0-py3-none-any.whl.
File metadata
- Download URL: kidsui-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afcb06c523b1a17550d2040db459cbd5b980fe2036ce53048f94c66c32e903d2
|
|
| MD5 |
600eacacf21d439c81b7280dd077aaf7
|
|
| BLAKE2b-256 |
237ac3a440085de73371ec3322453bd33feae3c9b2c95d57a68e1085ba6ad102
|