Category "explorer"

Check if Windows File Explorer is already opened in python

I have simple script that launches Windows File Explorer import subprocess subprocess.call(["start", "explorer.exe"],shell=True) I'd like to check if Windows F

open a specified path in cmd in windows

I want to open a specified path in vscode in windows 10 and I know there is a command that do this: path> code . but my problem is, how can I open a specifie

Tkinter - way to open a directory window in Windows Explorer

I've been looking into Tkinter and recently have made a small program just to monitor folders and check how many files are inside. I'de like to create buttons