Difference between revisions of "Nicegui widgets"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
Standarize nicegui App appearance and add utilities and widgets | Standarize nicegui App appearance and add utilities and widgets | ||
= Features = | = Features = | ||
| + | == Profiler == | ||
| + | The Profiler class measures time - especially when running tests | ||
== Progress == | == Progress == | ||
allows to use a tdqm or nicegui ui_linear_progress in an exchangeable/compatible way | allows to use a tdqm or nicegui ui_linear_progress in an exchangeable/compatible way | ||
Revision as of 06:27, 14 September 2023
OsProject
| OsProject | |
|---|---|
| id | nicegui_widgets |
| state | active |
| owner | WolfgangFahl |
| title | nicegui_widgets |
| url | https://github.com/WolfgangFahl/nicegui_widgets |
| version | 0.0.16 |
| description | nicegui widgets, tools and base classes |
| date | 2023-09-13 |
| since | 2023-09-12 |
| until | |
Installation
pip install ngwidgets
# alternatively if your pip is not a python3 pip
pip3 install ngwidgets
# local install from source directory of ngwidgets
pip install .
upgrade
pip install ngwidgets -U
# alternatively if your pip is not a python3 pip
pip3 install ngwidgets -U
Motivation
Standarize nicegui App appearance and add utilities and widgets
Features
Profiler
The Profiler class measures time - especially when running tests
Progress
allows to use a tdqm or nicegui ui_linear_progress in an exchangeable/compatible way