/pyexecute

A module for opening programs and files with python

Primary LanguagePythonMIT LicenseMIT

pyexecute

Version 1.0.3

A module for opening programs and files with python

Installation

pip3 install pyexecute

import pyexecute

Dependencies

Python 3.6 (or higher) with the following modules:

  • os
  • multiprocessing

Both of these are part of the default python install and therefore don't need to be installed separately.

Usage

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")
    

Contributors

Niklas Ziermann

Copyright & License

© Niklas Ziermann

MIT License