What do when getting this error when using open function: FileNotFoundError: [Errno 2] No such file or directory:
i’ve had very, very basic experience and knowledge in python. i appreciate all your help in advance. but as part of a process improvement intiative at my work, i am hoping to write a script that will read through txt files (ideally PDF files but will start with txt files for now as an easier basis) in any folder of choice decided upon by the user and return a list of files that contain a certain key #word (and ideally multiple key words) also inputted by the user.