python-eel/Eel

Including Sqlite database into final exe

Offen

#486 geöffnet am 20.05.2021

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (570 Forks)batch import
help wanted

Repository-Metriken

Stars
 (5.980 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I am currently using this command python -m eel main.py web --noconsole --onefile --icon="path.ico". I want to include my sqlite database file into final exe. Otherwise, if someone wants read the data from the file they can read. How to include the sqlite file in the exe???

Thank you.

Contributor Guide