Skip to content

PaulusElektrus/Bookshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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