Skip to content

Commit 3ffab90

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
+ Added UseDebug (show cmd and keep cmd alive with it's output) and keepFileData (keeps pywvout.txt and pywvba.py after execution) attributes
77

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