-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Kot edited this page Apr 24, 2023
·
12 revisions
Hi, this is the docs of Flet_StoryBoard
, It is organised by simple steps. Follow each step on the roadmap of tutorials to learn everything you need to know about it 😄.
Flet StoryBoard is a python library that allow you to build your UI using easy-to-use tools.
It use flet
library as a front-end.
When you create a StoryBoard it create a file with .fletsb
format that save all your StoryBoard content.
After that, you can edit your StoryBoard on any time using the editor, or load it on your app using easy and simple way.
The different between both of them is:
- if you are a full-stack person, you will be doing two tasks, the back-end and the front-end. But with StoryBoard we cant call that a task! Its so simple.
- Not a waste of time.
- Every changes is on a real-time preview. Unlike coding the UI that need to reRun the code every time.
- With StoryBoard, make the UI without coding.