Skip to main content

Una libreria Python per creare GUI moderne basate su SDL2

Project description

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 as ind

if __name__ == "__main__":
    def saluto():
        print("Hai cliccato SALUTA!")

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

    ui = ind()

    ui.init.win("Example")\
          .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.

Versioni obsolete, nuove e accettabili

Ecco le versioni obsolete, nuove e accettabili. Le obsolete non si devono usare, le nuove sono le ultime, le accettabili versioni passate ma non obsolete.

  • 0.1.0 -> Obsoleta
  • 0.2.0 -> Obsoleta
  • 0.2.1 -> Obsoleta
  • 0.2.2 -> Obsoleta
  • 0.2.3 -> Obsoleta
  • 0.2.4 -> Accettabile
  • 0.2.5 -> Accettabile
  • 0.2.6 -> Accettabile
  • 0.2.7 -> Accettabile
  • 0.2.8b -> BETA con errori
  • 0.2.8b1 -> Seconda BETA
  • 0.2.8 -> Accetabile
  • 0.2.9 -> Nuova

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.9.tar.gz (4.5 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.9-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: utiilityes-0.2.9.tar.gz
  • Upload date:
  • Size: 4.5 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.9.tar.gz
Algorithm Hash digest
SHA256 829a309f94958ffbf42bb697e714d6f5edc21a79bac6d9e2d5e6899cad20bfdc
MD5 8df7193fbebd8f062176e7ecf0c86414
BLAKE2b-256 2db1560ae64e6b7112dae406f5fc1686d228ada53d1054b753c8773531e273cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: utiilityes-0.2.9-py3-none-any.whl
  • Upload date:
  • Size: 5.3 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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 8255e54e01de63558565d6fe74057aa6be32eacb968f2277d281b604874886e0
MD5 34f1e26d8eec5a7a82d20b0d56e9ba61
BLAKE2b-256 0d8d8227064f99a0535b2c3c234fa6d4a3cb56138ed7feb9471186c75fcf54ab

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