Categories
How to get Kivy(Python) file path?
You need to pass the path to the file to the variable by selecting the same file (using the GUI).
Answer the question
In order to leave comments, you need to log in
Either the task is not fully formulated, or everything is extremely simple:
from tkinter import filedialog fn = filedialog.askopenfilename()
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question