A Python library for rapid UI prototyping
Project description
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:
Editor Code:
Authors
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
EaseUI-0.2-py3-none-any.whl
(5.4 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
773ddf4bb1f2d9086c9fd96e208deebe203cd96a5eddda0245239d7434d4417c
|
|
| MD5 |
31a3747cf35ec41c66bf5a87ab3dd5d4
|
|
| BLAKE2b-256 |
3a093dd2fe492b9087e4b3e242327b166212bb3728aae164e04298892780afc9
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6a86d1b2a71b2fa9e2867603613b1290d655adb3733554f5a202ea5c242368d
|
|
| MD5 |
c96bcf77e74df92a3fb0a6f1e82f7390
|
|
| BLAKE2b-256 |
93484e32f2674474ea3c6f4120318e19a45cad457cc399480b53d38d534deb45
|