Difference between revisions of "Nicegui widgets"
Jump to navigation
Jump to search
(Created page with "=OsProject= {{OsProject |id=nicegui_widgets |state=active |owner=WolfgangFahl |title=nicegui_widgets |url=https://github.com/WolfgangFahl/nicegui_widgets |version=0.0.1 |desc...") |
|||
Line 7: | Line 7: | ||
|title=nicegui_widgets | |title=nicegui_widgets | ||
|url=https://github.com/WolfgangFahl/nicegui_widgets | |url=https://github.com/WolfgangFahl/nicegui_widgets | ||
− | |version=0.0. | + | |version=0.0.3 |
|description=nicegui widgets, tools and base classes | |description=nicegui widgets, tools and base classes | ||
|date=2023-09-10 | |date=2023-09-10 | ||
Line 15: | Line 15: | ||
{{pip|ngwidgets}} | {{pip|ngwidgets}} | ||
= Motivation = | = Motivation = | ||
− | + | Standarize nicgui App appearance and add utilities and widgets | |
= Links = | = Links = | ||
https://nicegui.io/ | https://nicegui.io/ |
Revision as of 17:39, 10 September 2023
OsProject
OsProject | |
---|---|
id | nicegui_widgets |
state | active |
owner | WolfgangFahl |
title | nicegui_widgets |
url | https://github.com/WolfgangFahl/nicegui_widgets |
version | 0.0.3 |
description | nicegui widgets, tools and base classes |
date | 2023-09-10 |
since | 2023-09-10 |
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 nicgui App appearance and add utilities and widgets