Skip to content
View PenGoFox's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report PenGoFox

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 获取所有explorer.exe打开的目录(Gets all direc... 获取所有explorer.exe打开的目录(Gets all directories opened by explorer.exe)
    1
    import psutil
    2
    import win32com.client
    3
    import win32gui
    4
    import win32process
    5
    import win32com