cesq
cesq

Reputation: 355

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!

Upvotes: 0

Views: 255

Answers (1)

Yaros
Yaros

Reputation: 164

Use tkinter tkinter file dialog alongside kivy.

Upvotes: 1

Related Questions