Eel: Multiple pages with eel

Created on 25 Jun 2020  路  2Comments  路  Source: ChrisKnott/Eel

Hi, I started recently in eel, and made my first application with it, but I need multiple pages html for my app, how I setup this in the python code that start the eel.init() and eel.start("index.html")?

help wanted

All 2 comments

Hi @felipexlr50 - this is supported just fine. You put the page you want to start on into eel.start, then just make sure that a script tag for eel.js is present in all HTML pages you build. It should "just work" 馃

Let us know how you get on!

Thanks, that works

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JanStgmnn picture JanStgmnn  路  4Comments

ssekuwanda picture ssekuwanda  路  3Comments

ghost picture ghost  路  6Comments

MishaTreedye picture MishaTreedye  路  4Comments

logxseven picture logxseven  路  6Comments