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

A module for opening programs and files with python

License

Notifications You must be signed in to change notification settings

N-Ziermann/pyexecute

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages