git-avc / Flet-Box

Its a GUI Make in python with FLet library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
>>> git clone https://github.com/xavier53348/Flet-Box.git

Easy run Flet-Box

>>> flet src/flet_box.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:

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

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

  3. 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:

  1. 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 LAYOUTS IMAGE WIDGET ALERTS STATUS
ft.divider βœ” ft.image βœ” ft.snackbar ✘
ft.verticaldivider + ft.circleavatar + ft.tooltip βœ”
ft.icon βœ” ft.cupertinoalertdialog ✘
ft.cupertinodialogaction ✘
CONTAINERS LAYOUTS CHARTS LAYOUTS TEXT 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 WIDGET SELECTIONS WIDGET ESPECIAL 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:

  1. 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.

  2. 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 LAYOUTS ADDRESS
0x6d437bB66af8d2c44670eA18F059BE1417Dcd7bA
THi2UTY8SrUYNrzqKek8U3pvLuEF5y4fDQ
bnb1vhe8q5zf2fr6s0ga8dnm5nzaz9uapky6w2xcnr
- **Learn More**: Explore Flet-box's mission, roadmap, and community initiatives on their official website.
  1. 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

  1. 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 ]
  1. 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
                                 ],
  1. 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= [
                           ],),),
  ],

About

Its a GUI Make in python with FLet library


Languages

Language:Python 99.9%Language:JavaScript 0.1%