Skip to content

Commit

Permalink
update readme and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Sep 19, 2022
1 parent fbabc09 commit ee8a85c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ $ python -m oneface.wrap_cli run add.yaml qt_gui # run Qt GUI app
+ Generate CLI, Qt GUI, Dash Web app from a python function or a command line.
+ Automatically check the type and range of input parameters and pretty print them.
+ Easy extension of parameter types and GUI widgets.
+ Support for embedding the generated interface into a parent application

Detail usage see the [documentation](https://oneface.readthedocs.io/en/latest/).

Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ oneFace is a Python library for automatically generating multiple interfaces(CLI

## Features

+ Generate CLI, Qt GUI, Dash Web app from a python function.
+ Generate CLI, Qt GUI, Dash Web app from a python function or a command line.
+ Automatically check the type and range of input parameters and pretty print them.
+ Easy extension of parameter types and GUI widgets.
+ Support for embedding the generated interface into a parent application


## Installation

Expand Down

0 comments on commit ee8a85c

Please sign in to comment.