Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnoefren/flet
Repositorio para el desarrollo de interfaces gráficas en Python utilizando Flet, con enfoque en la simplicidad, flexibilidad y diseño intuitivo
https://github.com/magnoefren/flet
flet flet-app flet-dev flet-game flet-gui flet-python
Last synced: 10 days ago
JSON representation
Repositorio para el desarrollo de interfaces gráficas en Python utilizando Flet, con enfoque en la simplicidad, flexibilidad y diseño intuitivo
- Host: GitHub
- URL: https://github.com/magnoefren/flet
- Owner: MagnoEfren
- Created: 2023-10-21T17:11:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T18:48:34.000Z (7 months ago)
- Last Synced: 2024-04-22T20:02:32.114Z (7 months ago)
- Topics: flet, flet-app, flet-dev, flet-game, flet-gui, flet-python
- Language: Python
- Homepage: https://wizardpy.pages.dev/
- Size: 5.89 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Interfaces Graficas en Python con Flet
Entre estas y muchas mas aplicaciones realizas con Flet en Python encontraras en Youtube### Form, CRUD, export data in Excel and PDF
- Tutorial demonstrates creating a Python CRUD system with Flet and SQLite.
- Efficient data management via responsive form (name, age, email, phone).
- Includes CRUD operations and data export to PDF/Excel.
- Enhances application capabilities for streamlined data handling.### Portafolio Web Responsive con Flet
- Aprende a crear un portafolio web **responsive** con **Python** y **Flet**.
- Incluye modos **oscuro y claro** para mejorar la experiencia del usuario.
- Optimizado para cualquier dispositivo, ideal para mostrar tus proyectos y habilidades.
- Fácil de personalizar y adaptarse a tu estilo.### Publish an app on Flet to Android
#### Commands
```flet create ```
Creates a folder when the name is specified and contains the assets folder and main files.```flet build apk```
Create a build folder where the app .apk is located there#### Steps
- Install the android SDK
- Install the Flutter SDK 3.16 or above
- Install the Java JDK
- Verify that the java version matches Support for running Gradle according to the following table [Compatibility](https://docs.gradle.org/current/userguide/compatibility.html#java):