浏览代码

improved readme

Rodja Trappe 4 年之前
父节点
当前提交
0361bce321
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      README.md

+ 5 - 3
README.md

@@ -1,5 +1,7 @@
 # Nice GUI
 
+We like streamlit but find it uses to much magic when it comes to state handling. In search for a nice library to write simple graphical user interfaces we discovered justpy. It's to "low-level-html" for our daily usage but provides a great basis for "Nice GUI".
+
 ## Usage
 
 Write your nice GUI in a file `main.py`:
@@ -13,8 +15,8 @@ Launch it with:
 
     python3 main.py
 
-Note: the script will automatically reload the ui if you modify your code.
+Note: the script will automatically reload the gui if you modify your code.
 
-## Full Example
+## API
 
-See [main.py](https://github.com/zauberzeug/nice_gui/blob/main/main.py)
+See [main.py](https://github.com/zauberzeug/nice_gui/blob/main/main.py) for an example of all API calls you can make with Nice GUI.