Skip to main content

A Python library for rapid UI prototyping

Project description

Logo

Installation

Install easeui with pip

  pip install easeui

Features

  • More widgets (PieChart, WebView, ColorPicker..)
  • A app for make your app
  • A Code Editor for button

Code

Code your app yourself and enjoy more widgets than tkinter !

import easeui

root = easeui.Window()
root.title("Your app")
root.geometry("909x474")

button_1 = easeui.Button(root, text="Nouveau Bouton")
button_1.place(x=128, y=175)

def abutton_1():
    print("hey !")

button_1.config(command=abutton_1)
easeui.Entry(root).place(x=158, y=287)
easeui.Image(root, image_path="C:/Users/axelr/Downloads/EaseUI__1_-removebg-preview.png").place(x=456, y=24)

root.run()

Otherwise you can use AppDesigner !

Screenshots

AppDesigner:

App Screenshot

Editor Code:

App Screenshot2

Authors

MIT License

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EaseUI-0.2.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

EaseUI-0.2-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file EaseUI-0.2.tar.gz.

File metadata

  • Download URL: EaseUI-0.2.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for EaseUI-0.2.tar.gz
Algorithm Hash digest
SHA256 773ddf4bb1f2d9086c9fd96e208deebe203cd96a5eddda0245239d7434d4417c
MD5 31a3747cf35ec41c66bf5a87ab3dd5d4
BLAKE2b-256 3a093dd2fe492b9087e4b3e242327b166212bb3728aae164e04298892780afc9

See more details on using hashes here.

File details

Details for the file EaseUI-0.2-py3-none-any.whl.

File metadata

  • Download URL: EaseUI-0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for EaseUI-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a6a86d1b2a71b2fa9e2867603613b1290d655adb3733554f5a202ea5c242368d
MD5 c96bcf77e74df92a3fb0a6f1e82f7390
BLAKE2b-256 93484e32f2674474ea3c6f4120318e19a45cad457cc399480b53d38d534deb45

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page