Skip to main content

Finding similar dot extension files through python script.

Guys ,
      I was studying a book named accidental billioners and found how Zuckerberg sir had hacked university sites and found the whole data. But the problem he found that it was very large data how he will be able to find all the images at one place. Then he thought of an python script. He wrote and execute it then he found all the JPEG, PNG or other image files at one place. I dont know in details how he did that. But I have a python script that shows you all your files in particular directory and with particular extension. here it is.
 
import glob, oss

for root, dirs, files in os.walk("E:\\"):
    for file in files:
        if file.endswith(".txt"):
             print(os.path.join(root, file))
Save this file on notepad by putting dot ".py"extension.


For testing- 
1- Obviously you will need python which you can download from- Python org

2- You need to store path variable if you are using windows. 

3- Then You'll need to start 'cmd'. then write your file path where you have save your python file. Suppose I have saved my file in C:\user\NST>
and I have save its name- search1.py 
then it will look something like this- 

When you will click 'enter' button you will get results like this.

If you want to search some other extensions then  in this statement "if file.endswith(".txt"):" replace '.txt' with the file extension you want to search and you will find similar extension files address.


Comments

Popular posts from this blog

The coding of love ;)

They used to work everyday, competing who would work more efficiently, quicker and better at the same time. This competition made them enemy, they hate each other. The only thing they had in their microchips that they have to win, the more they lose the more the hate increased. This is the rule of a computer programmed robot, it works only the way it has programmed. It can only do those things that we have told it to do. These two robots were the best among others. They never made any talk, but they both understand the power of their opponents. The AI programming, Artificial Intelligence made them in this way so that they could read the moves and create their own strategy. The first Robot name was Naina, the others name was Rudra, it was just the name, they were designed in this way, The competition was about to make themselves multitasking, they both could implement themselves, program themselves, to be whatever they want. They were genius in solving the mathematical problems, they c...

Daughter is a daughter till the end of life

                        Each Girl deserve to live free A saying has became very famous "Son is son till he gets his wife, daughter is daughter till the end of life." We all have heard lots of things about humiliating behavior of men towards women/girls. First of all I would not declare them men although , but sometimes god also do mistakes. What kind of mentality those people have who doesn't understand a girls's importance to us.                                                                                   I don't need to explain anything, all of us knew the importance. From our birth to death girls make a great role. We get birth from our mother and after death the person who bury or burn us also took birth from ...

Wallflower's Diary 1

I like people laughing. I like people smiling. I like everyone around me to stay happy. It bothers me most of time when I see anyone struggling with their fate. Usually its hard to keep everyone happy. But It is possible to keep them satisfied. satisfy every one by truth and right that's what I think is an easy task to do.                      It become easy to stay happy when you attach your happiness with others. Then not only you , but everyone around you will help you to keep you happy, cause they will work for keeping themselves happy. World would have a better place without jealousy , money , greed . We all know this still we are unable to detach ourselves with these things. Anyway never stop hoping. Cause that is the only tool we got to face uncertainty of world. We all knows that money is not going to help us fighting with our future problems. May be for a while money will work , but later we need people to help us. Its ne...