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.5.tar.gz (15.0 kB view details)

Uploaded Source

Built Distribution

Flet_StoryBoard-0.2.5-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file Flet StoryBoard-0.2.5.tar.gz.

File metadata

  • Download URL: Flet StoryBoard-0.2.5.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for Flet StoryBoard-0.2.5.tar.gz
Algorithm Hash digest
SHA256 78bff9aab97bdeee4f1278f76a89763b52f065d32f844bab830628cfc6abc4ab
MD5 73fa1a05e2af261feb2f263c5bfd4729
BLAKE2b-256 cad6e9c3ee33949bb332e2bcdaa712f125271a7bc678dbe66cae37facbd805c4

See more details on using hashes here.

File details

Details for the file Flet_StoryBoard-0.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for Flet_StoryBoard-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 282175daec01d3b9210791cd4135d482cc5bc4e897770dedcd76f04224c65e8e
MD5 f8f78ea6dacaff9b6d67765c03f25398
BLAKE2b-256 72b07a28df9360af52b36aa62115dd585b73bd38caf24b3de26d39c6d7c1076d

See more details on using hashes here.

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