extopen

Cross platform helper for opening a file with the default external application.


License
BSD-3-Clause
Install
pip install extopen==0.1.1

Documentation

ExtOpen

Cross platform helper for opening files/paths with the default external application.

Install

From PyPi:

pip install extopen

From Source:

python setup.py install

Usage

Usage is as simple as:

import extopen

extopen.file("/path/to/my/file")