Skip to content

PyWimVBA 5.2a

Compare
Choose a tag to compare
@ScadeBlock ScadeBlock released this 05 Jul 08:37
· 27 commits to main since this release
c67e740

✨✨ New on PythonWimVBA 5.2a ✨✨

  • Added multiple threads (Run multiple RunPy function)
  • Remove output file Path and filename (remove!, Added auto random generate name)

Usage

Command: RunPy(code,pythonPath, [ keepFileData = False] , [UseDebug = False])

  • Code splitting by ";;" , e.x : import time;;time.sleep(5)
  • [Optional] keepFileData: Keep the output file and code file after finishing execution.
  • [Optional] UseDebug: Show cmd that runs python code, keep it alive with it's output [Use debug to catch errors, Output file may not catch them. So when debug is enabled, Output file does nothing.]