šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
DemoInstallSign in
Socket

flet-box-gui

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flet-box-gui

flet-box-gui it's a GUI Dragg and drop BUILDER.

0.1.2.2
PyPI
Maintainers
1

Flet-Box:

It's a Python GUI Framework for Multi-Platform Apps

Gallery Preview FLET-BOX

Gallery Preview FLET-BOX Imagen Flet-Box Icons Flet-Box Colors Flet-Box Colors Flet-Box Colors Flet-Box

More info documentation

Our goals and Roadmap

Certainly! Let's create a documentation for Flet-Box, a GUI framework that simplifies building multi-platform apps using drag-and-drop widgets in the Python language.

Instalation Flet-Box


>>> mkdir My_app
>>> cd My_app

Run one time


>>> python3 -m venv .venv

Activate virtual env


>>> source .venv/bin/activate
>>> pip install flet
>>> pip install -r requirements.txt

Install manually

>>> git clone https://github.com/xavier53348/Flet-Box.git

By pypi repo

>>> pip install flet-box-gui

Easy run Flet-Box


>>> flet flet_box/flet_box.py

Easy way run a save APP

>>> flet test/proyect_name/proyect_name/main.py

Introduction

Flet-Box is a powerful framework that enables developers to create interactive multi-user web, desktop, and mobile applications. Whether you're a seasoned developer or just starting out, Flet-Box makes frontend development accessible without prior experience. Here are the key features:

  • Cross-Platform: Build apps that run seamlessly on web browsers, desktop environments (like macOS and Windows), and mobile devices.

  • Drag-and-Drop Widgets: Easily design your app's user interface by dragging and dropping widgets.

  • Based on Flutter: Flet-Box is a fork of Flet Framework leverages the power of Flutter by Google, but it doesn't stop there. It adds its own opinion by combining smaller widgets, implementing UI best practices, and applying reasonable defaults to ensure your apps look professional without extra effort.

Getting Started with Flet-Box in Python

To get started, you don't need to be a front-end guru, but basic knowledge of Python and object-oriented programming is recommended. Let's dive into the basics:

Learn More

Ready to build real-world apps? Check out the official Flet documentation and explore tutorials for your preferred language, including Python3. Happy coding! šŸš€

Widgets aviables with Flet-Box Now on building

Certainly! In Flet-Box, you can create drag-and-drop interactions using the LongPressDraggable widget. Let's break down how to achieve this:

  • LongPressDraggable: This widget recognizes when a user performs a long press (sometimes called touch & hold) on a widget. It then displays a new widget near the user's finger. As the user drags, the widget follows their finger. You have full control over the widget that the user drags.
  • Wrap your UI element (widget) with a LongPressDraggable. For example, if you have a list of menu items, each displayed using a custom MenuListItem widget, you can wrap it like this:

Widgets will be Updating ...

You mey use now the currents widgets that are marked

SPACE LAYOUTSIMAGE WIDGETALERTS STATUS
ft.dividerāœ”ft.imageāœ”ft.snackbar✘
ft.verticaldivider+ft.circleavatar+ft.tooltipāœ”
ft.iconāœ”ft.cupertinoalertdialog✘
ft.cupertinodialogaction✘
CONTAINERS LAYOUTSCHARTS LAYOUTSTEXT WIDGET
ft.stackāœ”ft.barchart✘ft.textāœ”
ft.rowāœ”ft.charts✘ft.textfieldāœ”
ft.gridviewāœ”ft.linechart✘ft.listview✘
ft.columnāœ”ft.matplotlibchart✘ft.datatable✘
ft.containerāœ”ft.piechart✘
ft.card✘ft.plotlychart✘
ft.responsiverow✘
ft.transparentpointer✘
BUTTONS WIDGETSELECTIONS WIDGETESPECIAL WIDGET
ft.textbuttonāœ”ft.switch✘ft.tabs✘
ft.filledbuttonāœ”ft.checkboxāœ”ft.navigationbar✘
ft.filledtonalbuttonāœ”ft.cupertinocheckboxāœ”ft.cupertinoappbar✘
ft.iconbuttonāœ”ft.cupertinoradioāœ”ft.navigationdrawer✘
ft.elevatedbuttonāœ”ft.cupertinosliderāœ”ft.navigationrail✘
ft.chipāœ”ft.cupertinoswitchāœ”ft.menubar✘
ft.outlinedbuttonāœ”ft.submenubutton✘ft.appbar✘
ft.bottomappbar✘ft.dropdown✘ft.cupertinonavigationbar✘
ft.bottomsheet✘ft.datepicker✘ft.searchbar✘
ft.segmentedbutton✘ft.timepicker✘
ft.floatingactionbutton✘ft.filepicker✘
ft.radio✘
WIDGETS STATUS
ft.slider✘
ft.progressbar✘
ft.progressring✘
ft.alertdialog✘
ft.rangeslider✘

Path Flet-Box Modules

.
ā”œā”€ā”€ full_path.txt
ā”œā”€ā”€ src
│   ā”œā”€ā”€ assets
│   │   ā”œā”€ā”€ avatar.jpg
│   │   ā”œā”€ā”€ avatar.png
│   │   ā”œā”€ā”€ dragg_container3.jpg
│   │   ā”œā”€ā”€ dragg_container.jpg
│   │   ā”œā”€ā”€ image.jpg
│   │   ā”œā”€ā”€ img.jpg
│   │   ā”œā”€ā”€ iphone.png
│   │   ā”œā”€ā”€ logo.jpg
│   │   ā”œā”€ā”€ logo_mark.png
│   │   ā”œā”€ā”€ my_avatar.png
│   │   ā”œā”€ā”€ no_imagen.jpg
│   │   └── splash.jpg
│   ā”œā”€ā”€ bump-version.sh
│   ā”œā”€ā”€ CHANGELOG.md
│   ā”œā”€ā”€ extra_utils
│   │   ā”œā”€ā”€ about
│   │   │   └── about.py
│   │   ā”œā”€ā”€ alert
│   │   │   └── alert_selected.py
│   │   ā”œā”€ā”€ chat_gpt_browser
│   │   │   ā”œā”€ā”€ gpt_browser.py
│   │   │   └── library_chatgpt.py
│   │   ā”œā”€ā”€ color_browser
│   │   │   └── color_browser.py
│   │   ā”œā”€ā”€ config_container
│   │   │   ā”œā”€ā”€ bool_entry.py
│   │   │   ā”œā”€ā”€ color_entry.py
│   │   │   ā”œā”€ā”€ double_entry.py
│   │   │   ā”œā”€ā”€ four_entry.py
│   │   │   ā”œā”€ā”€ gradient_entry.py
│   │   │   ā”œā”€ā”€ selection_entry.py
│   │   │   ā”œā”€ā”€ single_entry.py
│   │   │   └── widget_editor.py
│   │   ā”œā”€ā”€ drag_container
│   │   │   ā”œā”€ā”€ dragg_widget.py
│   │   │   ā”œā”€ā”€ drag_handler_container.py
│   │   │   ā”œā”€ā”€ infinity_box_layer_one.py
│   │   │   └── widget_drag_editor.py
│   │   ā”œā”€ā”€ icon_browser
│   │   │   └── icon_browser.py
│   │   ā”œā”€ā”€ lite_menu_bar_down_phone
│   │   │   ā”œā”€ā”€ footer_bar_menu_phone.py
│   │   │   └── selected_widget.py
│   │   ā”œā”€ā”€ lite_menu_bar_up_phone
│   │   │   └── head_bar_menu_phone.py
│   │   ā”œā”€ā”€ menu_tab_left_phone
│   │   │   └── widget_menu_left_editor.py
│   │   ā”œā”€ā”€ menu_tab_up_phone
│   │   │   ā”œā”€ā”€ basic_menu_tab_up.py
│   │   │   └── widget_menu_tab_editor.py
│   │   ā”œā”€ā”€ phone_container
│   │   │   └── widget_phone_editor.py
│   │   ā”œā”€ā”€ settings_var
│   │   │   ā”œā”€ā”€ save_export.py
│   │   │   └── settings_widget.py
│   │   └── tree_view
│   │       ā”œā”€ā”€ tree_view.py
│   │       └── tree_view_text_editor.py
│   ā”œā”€ā”€ flet_box.py
│   ā”œā”€ā”€ __main__.py
│   └── VERSION
└── workflows

18 directories, 47 files

Certainly!

If you're passionate about shaping the future of frameworks and contributing to their development, I invite you to join our collaborative efforts. Here's how you can get involved:

  • Documentation and Modules:

    • Documentation: We're actively working on creating comprehensive documentation for our Flet-Box framework. Your contributions can help make it more accessible, accurate, and user-friendly. Whether you're an expert or a beginner, your insights matter!

    • Modules: Our framework consists of various modules that handle different aspects of Flet activities. If you have expertise in any specific area (such as Documentation, Modules, or consensus algorithms ), consider contributing by improving existing modules or proposing new ones.

  • Financial Considerations:

    • If you're passionate about supporting open-source projects and want to contribute to the Flet-box Framework, here's a simple invitation for you:

    You may contribute Donating tokens to give suppor to the proyect in MATIC , BINANCE or TRX Tokens

    • Low Fees: In transactions have extremely low fees, making it ideal for micro-donations.
    • Invite me a COFFE or a BEER ..

    How to Donate Tokens:

    • Get Token: Purchase MATIC , BINANCE or TRX on platforms like Binance, Coinbase, or Uniswap.
    • Donate: Visit the Flet-box page and contribute directly. Every donation counts!

    MATIC WALLET

SPACE LAYOUTSADDRESS
0x6d437bB66af8d2c44670eA18F059BE1417Dcd7bA
THi2UTY8SrUYNrzqKek8U3pvLuEF5y4fDQ
bnb1vhe8q5zf2fr6s0ga8dnm5nzaz9uapky6w2xcnr
- **Learn More**: Explore Flet-box's mission, roadmap, and community initiatives on their official website.

3. Collaboration and Feedback:

  • We value diverse perspectives. Engage in discussions, attend working groups, and provide feedback during public consultations.

How to Get Started:

  • Reach out to our team via the provided contact details if you have specific questions or want to contribute directly.
  • Remember, every contribution counts! Let's build a robust and forward-looking framework that fosters innovation while safeguarding financial stability.

How contribute to build Widget dragg in flet-Box

  • Build left take dragg selection widgets.

Exemple:


self.RowDragg  = DraggWidget( widget='Row' ,color='BLUE' ,icons= ft.icons.BURST_MODE_ROUNDED)

**Properties:**

    * widget <== 'Widget name'
    * color  <== 'Color of the box Dragg'
    * icons  <== 'icons of the box Dragg'

* **we create a Object named self.RowDragg that we will add inside drag_container_to_phone object.**

#### After we need add manual inside [ drag_container_to_phone ]

2. Exemple build left take dragg selection widgets inside drag_container_to_phone.


ft.Container(
        content=ft.GridView(
                            runs_count=3,
                            run_spacing=8,
                            padding=4,
                            spacing=8,
                            expand=1,
                        controls=[
                                    self.RowDragg, # <============= add inside
                                 ],

  • Go to infinity_box_layer_one.py and add Manually.

Location:

  • 'extra_utils/drag_container/infinity_box_layer_one.py'

  • we need build the Container that will have the drop Widget inside

Exemple how will be


"Row": [
            ft.Container(bgcolor='blue',alignment=ft.alignment.center,padding=ft.padding.all(4),border=ft.border.all(0.8, ft.colors.BLACK),tooltip='Row',
        on_hover=lambda _:self.resetClick(),
        on_click=lambda _:self.touchWidgetIndex(self.infinityDropWidget),
        content=ft.Row( scroll="ALWAYS",
            controls= [
                           ],),),
  ],

Keywords

flet-box-gui

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts