Skip to main content

A UI-Builder that helps programmers build the front-end without codding it.

Project description

Flet StoryBoard

Flet StoryBoard is a python library that have an easy to use tools for building graphical interfaces based on python flet library. Powerful interfaces with simple usability. You can use these tools with only two main and simple functions!

Goal 🏁

My goal is to allow programmers to focus on the back-end, and build the front-end using just a simple easy-to-use window without any front-end coding require.

installation ⬇️

For install:

pip install Flet-StoryBoard

for Upgrade:

pip install Flet-StoryBoard --upgrade

if there was anything wrong, and its not upgrading properly, you should uninstall this package and reinstall it:

pip uninstall Flet_StoryBoard To uninstall

requirements ❗️

  • flet python library -it will auto install it if you dont have it-.
  • up than python3.7

whats new on Flet_StoryBoard 0.2 🎉

  • Redesign the editor.
  • We done a major update to the way you create a storyboard, just to make it even more simple to use.
  • Major bug fixes and ui fix.
  • Support Row & Collumn.
  • Support Row-Collumn's sub-controls.
  • Support full page building, instead of just a small widgets.
  • Support editing the storyboard from the cmd/terminal.
  • Big improvment to the preview engine. What you see while edit, its what you will see on the product case.
  • if there is any another issues not fixed yet, please create an issue here: issues page

usage 🤝

There is two main cases you can use with Flet_Storyboard. Lets start with the edit case.

edit case.

To edit an exist storyboard or to create a new one you can use the same cmd command:

  • To create a new one:
python3 -m Flet_StoryBoard.edit
  • To edit an exist one:
python3 -m Flet_StoryBoard.edit <Your StoryBoard file path>

product case.

To view your storyboard as a flet page, you can write this command:

from Flet_StoryBoard import load_flet_storyboard

fsb = load_flet_storyboard("My_File")
fsb.run()

Easy right 😇 ?

To link your functions with your buttons or whatever, you can add the functions like this:

from Flet_StoryBoard import load_flet_storyboard

my_functions = {
    "MyFirstFunction" : MyFirstFunction
}

fsb = load_flet_storyboard("My_File", functions=my_functions)
fsb.run()

Then inside the editor you can type the function name inside the action field of a control.

comming soon 🔜

  • support more flet built-in controls.
  • put a pre-templates UIs to make it even more simple and fast for developers to build their own GUIs.
  • add custom non-built-in flet widgets. like ColorPicker and AudioPlayer widgets.
  • support external-custom widgets from users/programmers.
  • Learn/Help page on the editor to help them learing or with solving problems.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flet StoryBoard-0.2.6.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

Flet_StoryBoard-0.2.6-py3-none-any.whl (19.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page