Skip to main content

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kidsui-0.2.0-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

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

Hashes for kidsui-0.2.0.tar.gz
Algorithm Hash digest
SHA256 47d63413e35604ae262b1b10aca3731a33406fb4732c0891d097145c514cb3ca
MD5 91e4ac4abdcb0fe9e35a7f4282906ba8
BLAKE2b-256 87c2c4acdd029ca3cb39ea236c3963986e9009b5087977efb9386872d3f8e79a

See more details on using hashes here.

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

Hashes for kidsui-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 afcb06c523b1a17550d2040db459cbd5b980fe2036ce53048f94c66c32e903d2
MD5 600eacacf21d439c81b7280dd077aaf7
BLAKE2b-256 237ac3a440085de73371ec3322453bd33feae3c9b2c95d57a68e1085ba6ad102

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