简体   繁体   中英

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:

在此处输入图像描述

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!

Use tkinter tkinter file dialog alongside kivy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM