dependencies: pybtex, pandas, argparse
I use conda but you can just as easily install with pip or other.
conda install -c conda-forge pybtex
conda install -c conda-forge pandas
conda install -c conda-forge argparsepython bib2csv.py -h
python csv2bib.py -h# read initial bib (collected from web) to csv
python bib2csv.py -b ./examples/web_refs.bib -c ./refs.csv
# create refs.bib bibtex file from previously-generated csv
python csv2bib.py -c ./refs.csv -b ./refs.bib -t ./refs.texpython main.py #