Git Product home page Git Product logo

flet-box's Introduction

Flet-Box:

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

Flet-Box Preview

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-box flet

Easy run Flet-Box

>>> flet run main.py -r -d

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

                    โ”œโ”€โ”€ extra_utils
                    โ”‚ย ย  โ”œโ”€โ”€ 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
                    โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ drop_dragg.py             <====== PHONE
                    โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ infinity_box_layer_one.py
                    โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ widget_drag_editor.py
                    โ”‚ย ย  โ”œโ”€โ”€ phone_container
                    โ”‚ย ย  โ””โ”€โ”€ settings_var
                    โ”‚ย ย      โ””โ”€โ”€ settings_widget.py
                    โ”œโ”€โ”€ help_git.md
                    โ”œโ”€โ”€ main.py
                    โ””โ”€โ”€ README.md

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

flet-box's People

Contributors

xavier53348 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.