Skip to main content

Una libreria Python per creare GUI moderne basate su SDL2

Project description

utiilityes

Una libreria per creare GUI moderne basate su SDL2.

utiilityes

utiilityes è una piccola libreria Python pensata per creare GUI moderne e semplici, basate su SDL2.
L’obiettivo è offrire un’interfaccia fluida, leggibile e immediata, senza dover scrivere codice complesso.


✨ Caratteristiche

  • API semplice e leggibile
  • Creazione rapida di finestre e pulsanti
  • Sistema di callback per gestire eventi
  • Stile moderno basato su SDL2
  • Include un file example.py pronto all’uso

📦 Installazione

Dopo la pubblicazione su PyPI, sarà possibile installare la libreria con: pip install utiilityes


🚀 Esempio di utilizzo

Puoi trovare un esempio completo nel file example.py incluso nel pacchetto.

Ecco un estratto:

from utiilityes import Index

def saluto():
    print("Hai cliccato SALUTA!")

def esci():
    print("Esco...")
    raise SystemExit

ui = Index()

ui.init.win("GUI Moderna SDL2")\
      .size(600, 400)

ui.run_funct()\
  .text("Benvenuto nella GUI SDL2!")\
  .button("Saluta", action=saluto)\
  .button("Esci", action=esci)\
  .render()


## Licenza
Questo progetto è distribuito sotto licenza Apache 2.0. Vedi il file LICENSE per i dettagli.

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

utiilityes-0.2.4.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

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

utiilityes-0.2.4-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file utiilityes-0.2.4.tar.gz.

File metadata

  • Download URL: utiilityes-0.2.4.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for utiilityes-0.2.4.tar.gz
Algorithm Hash digest
SHA256 950171dfca2ba80072dc1110cf21da82f36b425dccc6cfa39a5dbc9a5c90e805
MD5 a9287148b7f11599c1097e8548c72d01
BLAKE2b-256 d4be45b7c0f5e3149a96618180d003192a6a9d9bb0210625a55a72b4ecd93420

See more details on using hashes here.

File details

Details for the file utiilityes-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: utiilityes-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for utiilityes-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d5b61c7f8128bc5d7a33f6f38660acc01938aa3b4f5f532a358d52cd24fc7954
MD5 6f9f55bc6ca82c3ba58d52e884475ae6
BLAKE2b-256 ac751eba403e43f65e4aebe1e135bc823103e9e10ecf1e61eb2e0ac60617b19f

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