Skip to content Skip to sidebar Skip to footer

How Can I Get A List (file, List, Whatever) Of All Installed Programs Using Python?

All the answers I keep finding are for python 2.X, but I use python 3.X. They also keep talking about not working with .exe installed programs. I need a way to be able to get a li

Solution 1:

i think you have first to see files in all the directory that you have to declare because i think ther's not a function to show u all the files. try to look at that: http://stackabuse.com/python-list-files-in-a-directory/ https://www.tutorialspoint.com/python/os_walk.htm


Post a Comment for "How Can I Get A List (file, List, Whatever) Of All Installed Programs Using Python?"