HoneyIFC – A TUI tool for selective IFC data export
[Message to admins/moderators]
Apologies in advance - I’m posting this again because the first post seems to have disappeared in moderation. I wasn’t trying to create duplicates..
HoneyIFC – A TUI tool for selective IFC data export
Hi everyone! I’ve released HoneyIFC - a small Python terminal app to make exporting data from IFC files a bit less painful.
What it does:
- Quick launch via Windows context menu (batch files included)
- Automatically filters only IFC files in the current folder (IFC 4x3 not yet supported)
- Lets you select specific categories and property sets instead of dumping the entire model
- Vim-style keyboard navigation to browse IFC structure
- One-key export to Excel (XLSX)
- Multiple built-in themes and customization support
Tech stack:
- IfcOpenShell – parsing IFC
- Textual – TUI framework
- openpyxl – Excel export
Why I built it:
Most tools extract everything from an IFC file - but sometimes you just want a few parameters from a single Pset.
Still actively developing it, but it works well for daily use.
Would love to get feedback from the OSArch community =)
GitHub: https://github.com/IliaShkola/honey-ifc