Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
344 views
in Technique[技术] by (71.8m points)

python - How to make a Windows Explorer Window appear in a kivy app?

I am making an app in python alongside kvlang and I want to have a popup windows explorer window appear for user to select a path. Kind of like in Discord when you're sending someone a file:

enter image description here

Now I haven't found a way online to do this which makes me wonder if this is even an option. So my questions are: "Is there an option like this?" and "If there is, how do I do this?". Cheers!

question from:https://stackoverflow.com/questions/65917155/how-to-make-a-windows-explorer-window-appear-in-a-kivy-app

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Use tkinter tkinter file dialog alongside kivy.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...