diff --git a/README.md b/README.md
index 19031bb726f312b0f9a8d48d317f5dcefc2f0e78..68d004c82adac6abc36a9657d2a6a04f7adb6bb4 100644
--- a/README.md
+++ b/README.md
@@ -209,6 +209,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
     * [tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
 * Office
     * [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
+    * [py2docx](https://github.com/rafaels88/py2docx) - Write .docx files using Python, for Microsoft Word >= 2007.
     * [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
     * [XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files.
     * [xlwings](http://xlwings.org/) - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.