Version 1.0.3
A module for opening programs and files with python
pip3 install pyexecute
import pyexecute
- os
- multiprocessing
Both of these are part of the default python install and therefore don't need to be installed separately.
pyexecute.file(path) # opens a file in its default editor
pyexecute.program(path) # opens a program (for linux path is just a prorgams name e.g "obs")
Niklas Ziermann
© Niklas Ziermann
MIT License