Python script to merge BibTeX files
- Clone the repository:
git clone https://github.com/gautierronan/pybibmerge.git
- Replace the example BibTeX files inside the
bibfiles/
directory by the BibTeX files you want to merge. - Run the python script:
python pybibmerge.py
- The merged BibTeX file is now in the same directory, under the name
merged.bib
.