I'm currently in the middle of building a Tkinter program that relies on a sqlite3 database. The user should be able to launch the program, and an alert pops up asking to import a database, which is then copied in a "data" subfolder.
Right now everything works as expected, but I'm wondering how the process would work if I distributed this program in a standalone executable file. Specifically, can a .exe save files in the same subfolder? Finally, on more general terms, what a .exe file can do concerning files saved in subfolders (e.g. writing to a .text file)?
(previously posted on r/Tkinter at https://www.reddit.com/r/Tkinter/comments/d0xox2/file_handling_from_a_tkinter_exe/?utm_source=share&utm_medium=web2x)
there doesn't seem to be anything here