Skip to content

Commit 98920f8

Browse files
authored
Create main.py
1 parent f875652 commit 98920f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Launching other Programs/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Python script to launch anyother program
2+
import os
3+
import subprocess
4+
5+
program="calculator path"
6+
subprocess.Popen(program)

0 commit comments

Comments
 (0)