updated readme for clarity

This commit is contained in:
paul
2024-10-02 05:40:44 +05:30
parent 6e989bed01
commit 04df6a9085
2 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# PyUIBuilder - The only Python GUI builder you'll ever need
# PyUIBuilder - The Webflow of Python GUIs
<p align="center">
@@ -105,10 +105,12 @@ Tkinter is OS dependent, output may vary based on OS.
While there are a lot of features, here are few you need to know.
* Framework agnostic - Can outputs code in multiple frameworks.
* Easy to use.
* Pre-built UI widgets
* Plugins to extend 3rd party UI libraries
* Generates Code.
* Supports layout managers, such as flex, grid and absolute positioning [read docs](https://pyuibuilder-docs.pages.dev/)
* Generates python Code.
* Support to upload local assets.
* Generates requirements.txt file when needed
## Supported Frameworks/Libraries