wien2plot.py

This python code plots multiple bandstructures after WIEN2k calculations. It only requires the energy files

Prerequisite

Install required python libraries. For example, in the Linux command type:
pip install numpy matplotlib pyplot ast scipy argparse os

Example of Usage

python wien2plot.py -n 3 -f gga.energyso gw.energyso mbj.energyso -e 0.315 0.295 0.286 -l GGA GW mBJ
band.jpg

Download here

This code is also available on my Github.