Skip to content

A python library built to search for keywords in .docx files.

License

Notifications You must be signed in to change notification settings

oven-lab/docx_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docx_search

A python library built to search for keywords in .docx files.

Installation

Easy:

pip install docx_search

Advanced:

Requires git.

Git clone https://github.com/WaldemarBjornstrom/docx_search

Then place the downloaded files in your project.

Usage

import docx_search

docx_search.run('Keyword', 'Path\\to\\file') # Returns a list with files that contain the keyword.

NOTE! The Keyword is case sensitive. And remember tu use double backslashes in the file path as python sees a single backslash as an escape marker.

License

This project is licensed under the GNU GPLv3 License. See LICENSE

About

A python library built to search for keywords in .docx files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages