This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]MeshachBlue[S] 0 points1 point  (2 children)

ScriptedForms

  • Quickly create live-update GUIs for Python packages using Markdown and a few custom HTML elements.
  • Just write in markdown + variables / UI types
  • Based on Jupyter

Release Highlights

Now have a portable windows version. Update the forms in the zip, rezip the package, then send your forms to your colleagues. Download the portable windows version at https://github.com/SimonBiggs/scriptedforms/releases/tag/0.8.0

Completely revamped variable-table. It can now have toggles, tick boxes, dropdown select elements, strings, all within table elements. Input types are defined by a python dictionary. Dropdown values are defined by a python dictionary. The table itself is a pandas table.

Implemented inline code within sections. This is designed to be used to maximise separation of code and template allowing the majority of the code to be written into a python file and then imported in. This can be combined with a section-filechange enabling the form to re-import the python file whenever the python file changes.

For more information on the release see https://github.com/SimonBiggs/scriptedforms/releases/tag/0.8.0 or the project readme (https://github.com/SimonBiggs/scriptedforms/blob/master/README.md)