The Creator - FlyingWolFox/Netscape-Bookmarks-File-Parser GitHub Wiki
The creator is basically the opposite of the parser. Everything that the parser supports is also supported by the creator.
To use it, import the creator module,
create a NetscapeBookmarksFile, fill the variables and call create_file()
.
You can choose if you want the meta (start) of the file: If you call
create_file(print_meta=False)
just the bookmark folder tree will be printed.