Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was 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

About

A module for opening programs and files with python

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /