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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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