diff --git a/README.md b/README.md index b3f54a9..e0d52be 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * General * [tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML. * Office - * [python-docx](https://github.com/mikemaccana/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files. + * [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files. * [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. * [Marmir](https://github.com/brianray/mm) - Takes Python data structures and turns them into spreadsheets.