PaulusElektrus / Bookshelf

Flet bookshelf App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookshelf App

The app that helps you track the books you have and haven't finished. Build with Flet.

To run the app install flet module:

pip install flet

and run the program:

python flet_app.py

The app will be started in a native OS window:

Screenshot

If you want to run the app as a web app, just replace the last line in flet_app.py with:

flet.app(target=main, view=flet.WEB_BROWSER)

run again and now you instantly get a web app.

Thanks to: Flet

About

Flet bookshelf App


Languages

Language:Python 100.0%