You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pyexecute

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyexecute

A module for opening programs and files with python

1.0.3
pipPyPI
Maintainers
1

pyexecute

Version 1.0.3

A module for opening programs and files with python

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

© Niklas Ziermann

MIT License

Keywords

multiprocessing open files development

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts