bzzzz
Not New Member
Posts: 4
bzzzz said 0 great things
|
Post by bzzzz on May 16, 2023 9:29:35 GMT -8
note: this is repost of post in support.proboards.comdownload from githubnote: this is not plugin, this is python3 script to do stuff with pbp files things that plugin editor can't do but pbptricks can: - save and open plugin as json
- make not editable plugin editable
- add image with any format (including not image formats) like svg
help command output: usage: python3 pbptricks.py [FILE] do stuff with pbp (proboards plugin) file
commands: help, ? print this help exit, q exit o open file ro reopen current file c current file info sp save pbp sj save json s save to current file +e make plugin editable -e make plugin not editable aif add image from file ail add image from link (url)
if input starts with `"` it's python3 string literal (`"\x2Be"` is same as `+e`) pbptricks name insired by winetricks
|
|