Skip to content

Commit afa7f31

Browse files
authored
Update README.md
1 parent ed7ecc7 commit afa7f31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
+ Catch All Python Output, so outtl is useless (removed!, don't need on 5.2 or higher version)
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

8-
# Where're lower version of PythonWimVBA?
8+
# Where's the lower version of PythonWimVBA?
99
**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**
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 write 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 finish exectue

0 commit comments

Comments
 (0)