[b]"How can I use an interactive file browser in a Python script?"[/b] or [b]"What's the best way to use an intera

18 Replies, 1261 Views

If you’re on Python 3.10+, check out `filedialogs` (new stdlib proposal). Not sure if it’s stable yet, but worth keeping an eye on.

For now, `tkinter` is the way to go for simplicity.

Messages In This Thread



Users browsing this thread: 1 Guest(s)