Skip to content

Commit c67e740

Browse files
authored
Update README.md
1 parent 3ffab90 commit c67e740

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# PythonWIMVBA
22
> Python With VBA ! Run python via VBA
33
---
4-
**✨✨ New on PythonWimVBA 5.2 ✨✨**
5-
+ Catch All Python Output, so outtl is useless (removed!, don't need on 5.2 or higher version)
6-
+ Added UseDebug (show cmd and keep cmd alive with it's output) and keepFileData (keeps pywvout.txt and pywvba.py after execution) attributes
4+
**✨✨ New on PythonWimVBA 5.3 ✨✨**
5+
+ Added multiple threads (Run multiple RunPy function)
6+
+ Remove output file Path and filename (remove!, Added auto random generate name)
77

88
# Where's the lower version of PythonWimVBA?
99
> **Lower Version is tested privately; some versions are publicly released, but they are pre-release. They're outdated, unsecure and unstable, so please use only version 5.2 or above**
1010
1111
# Usage
12-
**Command:** ``RunPy(code,pythonPath, [outputFilePath = "pywvout.txt"] , [ filename = "pywvba.py"], [ keepFileData = False] , [UseDebug = False])``
12+
**Command:** ``RunPy(code,pythonPath, [ keepFileData = False] , [UseDebug = False])``
1313
+ Code splitting by ";;" , e.x : "import time;;time.sleep(5)"
14-
+ [Optional] Output File Path: File that writes every output of python
15-
+ [Optional] File Name: File that contains your code to run
16-
+ [Optional] keepFileData: Keep output file and code file after finishing execution.
14+
+ [Optional] keepFileData: Keep the output file and code file after finishing execution.
1715
+ [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.]

0 commit comments

Comments
 (0)