I am using following dependencies
from flask import Flask, render_template, request
from openpyxl import load_workbook
import webbrowser
I want to create an executable file. My file structure is as follow
Main_Folder
- app.py
- database.xlsx
- template
------- Templates.html
- Static
-------- Files.png
Can it be done in a way thay Flask Static and template files as well as the data files are still available to the execuatable file.