Parser and viewer for WAD files from DOOM & DOOM 2. Tested with DOOM, DOOM2, Heretic, Hexen and more modern wads such as Brigandine, Eviternity, Avactor, etc...
It will plot maps, sprites, flats, and can translate .MUS music formats to MIDI.
Simply type
python src/WADViewer.py -w [Link to a WAD] -m [Name of a map]
To plot the corresponding map and save it to the /output folder.
To get a UI:
streamlit run app.py
Check the pyWAD_Demo notebook!

