Metadata-Version: 2.1
Name: fileSrch
Version: 0.0.2
Summary: A simple package for searching files
Home-page: https://github.com/goutamenara/filemanager.git
Author: goutam
Author-email: goutam@protonmail.ch
License: UNKNOWN
Description: ## FileSrch
        This is a simple package to search for files
        
        ## Install
         `pip3 install fileSrch`
        
        ## Example
        
        Below example will list all the pdf files in the folder
        
            from fileSrch import filelist`    
            folder_path = '/home/user/Documents'`
            pdf_files  = filelist.files(folderpath,'*.pdf')
            print(pdf_files)
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
