Skip to content

A Start with StoryBoard file

Kot edited this page May 17, 2023 · 4 revisions

How to start ?

To start, you need to have a StoryBoard file with format .fletsb. To have it you can import one and edit it, or you can create your own one. To create your own file, write this commands:

1- Start a virtual environment. (optional)

python3 -m venv venv

2- Install the library.

pip install Flet_StoryBoard

3- Create your own StoryBoard file.

python3 -m fletsb.edit

Now you must see a window that have some instructions. Follow the instructions step by step and then you must see your file.

What can you do with StoryBoard file ?

You can use your file with 2 main things. 1- Edit it, using this command:

python3 -m fletsb.edit your_file.fletsb

2- Load it on your app. You must learn that on the next docs. Load a StoryBoard

Next

Clone this wiki locally