{"id":29111522,"url":"https://github.com/SKbarbon/Flet_StoryBoard","last_synced_at":"2025-06-29T10:01:53.032Z","repository":{"id":65844459,"uuid":"599223703","full_name":"SKbarbon/Flet_StoryBoard","owner":"SKbarbon","description":"A UI-Builder that help programmers to build the front-end without coding it.","archived":false,"fork":false,"pushed_at":"2024-06-30T14:56:14.000Z","size":698,"stargazers_count":149,"open_issues_count":11,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-01T07:04:21.653Z","etag":null,"topics":["flet","python","ui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SKbarbon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-08T17:52:52.000Z","updated_at":"2025-05-08T14:38:04.000Z","dependencies_parsed_at":"2023-07-26T14:40:08.552Z","dependency_job_id":"87c2a81a-a2f8-4566-ad19-528399e95a31","html_url":"https://github.com/SKbarbon/Flet_StoryBoard","commit_stats":null,"previous_names":["flet-storyboard/flet_storyboard","skbarbon/flet-storyboard","skbarbon/flet_storyboard"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/SKbarbon/Flet_StoryBoard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKbarbon%2FFlet_StoryBoard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKbarbon%2FFlet_StoryBoard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKbarbon%2FFlet_StoryBoard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKbarbon%2FFlet_StoryBoard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SKbarbon","download_url":"https://codeload.github.com/SKbarbon/Flet_StoryBoard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SKbarbon%2FFlet_StoryBoard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262574091,"owners_count":23330775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flet","python","ui"],"created_at":"2025-06-29T10:01:25.950Z","updated_at":"2025-06-29T10:01:52.911Z","avatar_url":"https://github.com/SKbarbon.png","language":"Python","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Flet StoryBoard\nFlet 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. Build the UI with ease of `fletsb`, then connect it with your back-end!\n\n## Goal 🏁\nMy 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.\n\n## installation ⬇️\n- Python \u003e 3.7\n\nYou can try Flet_StoryBoard on web!, just click here: [fletsb on web](https://skbarbon.github.io/wfletsb/)\n\nFor install:\n\u003e `pip install Flet_StoryBoard`\n\nfor Upgrade:\n\u003e `pip install Flet_StoryBoard --upgrade`\n\n## Little Peek\n\n\u003cimg width=\"1500\" alt=\"Screenshot 2023-04-26 at 12 17 33 PM\" src=\"https://user-images.githubusercontent.com/86029286/234530619-004e0eca-d2b3-47ad-94fe-37ef5ae0fa68.png\"\u003e\n\n## What's new on `Flet_StoryBoard` `1.0` 🎉\n- ReSupport custom widgets with flet.\n- Multiple pages support.\n- New Suggestions\n- New way to load the StoryBoard on your app.\n- The ability to add external `flet` controls inside the StoryBoard.\n- New Feature called `Smart suggestions`. It gets your goal then suggest things based on it.\n- Support templates. A template is a file contain pre-set props for all StoryBoard's widgets, like fonts and default text color. - soon -\n- ReBuild the architecture of the library.\n* Please read the docs to know more about library usage. [docs page](https://github.com/SKbarbon/Flet_StoryBoard/wiki)\n* if there is any another issues not fixed yet, please create an issue here: [issues page](https://github.com/SKbarbon/Flet_StoryBoard/issues)\n\n\n## usage \u0026 examples 🤝\nYou can use the editor just from the web!, click here to start:\n[fletsb on web](https://skbarbon.github.io/wfletsb)\n\nThere is a very simple docs here about library usage.\n[docs page](https://github.com/SKbarbon/Flet_StoryBoard/wiki)\n\n### create/edit your own StoryBoard\n```cmd\npython3 -m fletsb.edit myUI.fletsb\n```\nIt will edit the existing one or create a new one if not.\n\n### load a StoryBoard\nTo load your StoryBoard on your app, you can do this example code:\n\n```python\nfrom fletsb import LoadStoryBoard, StoryBoard\n\ndef main (storyBoard:StoryBoard):\n    pass\n\nLoadStoryBoard(target_function=main, storyboard_file_path=\"myUI.fletsb\")\n```\n\nTo know more about the `StoryBoard` class, follow the [docs page](https://github.com/SKbarbon/Flet_StoryBoard/wiki) .","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSKbarbon%2FFlet_StoryBoard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSKbarbon%2FFlet_StoryBoard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSKbarbon%2FFlet_StoryBoard/lists"}