Skip to content

The Creator

FlyingWolFox edited this page May 13, 2020 · 1 revision

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.

Clone this wiki locally