Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to rub softwares using python

#date: june 8 2022
#author: @vishakabasnayake
#run local software using python
import os
#os.startfile(r'(copy path to software here)')
os.startfile(r'C:Program FilesJetBrainsPyCharm Community Edition 2021.3inpycharm64.exe')
 
PREVIOUS NEXT
Tagged: #rub #softwares #python
ADD COMMENT
Topic
Name
3+4 =