[EDIT] This question is not awnsered because I searching a better alternative to ot use tkinter with invisible window
I would my program open a file picker window. It's a pygame project, and I haven't found a way to call file picker window under it.
I tried to use a function of tkintker
from tkinter import filedialog
path=filedialog.askopenfilename()
But a horrible Tkinter appear and and not removable else you close the program.
So is a way to do it simple ?
I would it's return me the path
in path
variable