diff --git a/README.md b/README.md index 617779b..7691186 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PyUIBuilder - The only Python GUI builder you'll ever need +# PyUIBuilder - The Webflow of Python GUIs

@@ -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 diff --git a/roadmap.md b/roadmap.md index 2121b5e..2db1629 100644 --- a/roadmap.md +++ b/roadmap.md @@ -1,6 +1,7 @@ ## Road map for PyUIBuilder -Any feature that has 👑 beside it, is meant only for [premium users](./readme.md#license) +To fund and support the development some features are available only for Premium users. +Any feature that has 👑 beside it, is meant only for [premium users](./README.md#license---fund-the-development) ### 1.0.0 - [x] Create the initial version for UI builder