In this video I’ll show you how to open external programs in your TKinter app.
Opening external programs is super easy, we’ll just use the OS module along with the diledialog widget.
The os module comes with Python by needs to be imported at the top of our app, along with the filedialog widget.
Add comment