Example of Launching GUIs from script
[1]:
import palmettobug as pbug
[2]:
'''
To launch the GUI programs, and not use by scripting, you can also use these commands:
'''
pbug.run_GUI()
[1]:
import palmettobug as pbug
[2]:
'''
To launch the GUI programs, and not use by scripting, you can also use these commands:
'''
pbug.run_GUI()