Title: What's the best way to use interactive file browser in python script?
Hey folks!
I'm working on a Python script where I need to let users pick files/folders interactively. I've seen some libs like `tkinter.filedialog` and `PyQt`, but not sure which one's the easiest to implement.
Any tips on how to use interactive file browser in python script without overcomplicating things?
Also, does it work well cross-platform? My script needs to run on Win + Mac.
Thanks in advance!
---
*PS: If you've got code snippets, even better! I'm kinda lazy to dig thru docs rn lol.*
Hey folks!
I'm working on a Python script where I need to let users pick files/folders interactively. I've seen some libs like `tkinter.filedialog` and `PyQt`, but not sure which one's the easiest to implement.
Any tips on how to use interactive file browser in python script without overcomplicating things?
Also, does it work well cross-platform? My script needs to run on Win + Mac.
Thanks in advance!
---
*PS: If you've got code snippets, even better! I'm kinda lazy to dig thru docs rn lol.*
