bib2xml - A tool for getting Word formatted XML from Bibtex files

Processes Bibtex files (.bib), produces Word Bibliography XML (.xml) output

Why not just use the Word tools?

You may already have the BibTex files and can't use Overleaf or prefer to use Word. This tool may be helpful.

How can I use it?

Using Python3, you can just run the code giving the input and output paths:

run bibtex2word.py -i bib-example.bib -o bib-example-xml.xml

After getting the XML file, You can go to:

Word > References > Manage Sources 

and then push the XML file to your source document in word.

The original code can be found at: Paralax's Repo

GitHub - Devsart/bib2xml at pythonawesome.com
This is a fork of bibtex2word from paralax. I’ve adjusted some params and adapted the code to my purposes. - GitHub - Devsart/bib2xml at pythonawesome.com