SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Allow python code to be written into min, max, and step #120

Open SimonBiggs opened 6 years ago

SimonBiggs commented 6 years ago

An example would be writing:

min="-2*np.pi"

SimonBiggs commented 6 years ago

Also allows for these parameters to be varied by other python code should a variable be passed to them.