Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (23 loc) · 650 Bytes

README.md

File metadata and controls

43 lines (23 loc) · 650 Bytes

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