iqfareez / flet-hello

Inspirational quotes app using Flet (Flutter + Python, No Dart)
https://flet-hello.fly.dev/
0 stars 0 forks source link
flet flutter flyio python

Flutter Python

Flutter Flet?!!

Simple random inspirational quotes app. First hands-on with Flet.

:bulb: Inspirational quotes API from Forismatic

:rocket: Try it live via: https://flet-hello.fly.dev/

Screenshot

Flet screenshot flutter

Getting started

  1. Clone the repo
  2. Create virtual environment (optional) python -m venv venv
  3. Install required libraries pip install -r requirements.txt
  4. Run the app python main.py

Deploy live

https://flet.dev/docs/guides/python/deploying-web-app/