-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Well I really like your script but I'm having a difficult time understanding it
all I want to see is the file location of the program is there a way to do that
rather than showing everything which is quite long in some cases
"""
import winapps
for item in winapps.search_installed('Brother'):
location = item.install_location
print(location)
"""
if there is a way to just show where brother is located at
that would help me tremendously
Metadata
Metadata
Assignees
Labels
No labels