ifsheldon / udn-parse

Dumb simple Python code for reading UDN files from Unreal Engine documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDN-Parse

This is a dumb simple library that parse Unreal Engine's documentation format UDN.

Just use "UDNBlock.parse()" method to extract different type of blocks from texts.

Special thanks to ChatGPT for helping out regex.

About

Dumb simple Python code for reading UDN files from Unreal Engine documentation

License:MIT License


Languages

Language:Python 100.0%