Dietmar's answer is the best, piggybacking on search engines' algorithms and probably instead of a dictionary of english words, we'd need a dictionary of titles, making search much more efficient
regards, Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ No need to re-invent the wheel: > > import webbrowswer > webbrowser.open( > "https://www.google.com/search?q=%s"%"atomicaccidents.pdf"+"+amazon", > new=0) > > Copy the title from the browser window and paste it into your script's > window which will read it with input() and rename the file. > > Regards, > > Dietmar > -- https://mail.python.org/mailman/listinfo/python-list