A cross-platform version of `os.startfile` from the standard library.
Project description
Overview
A cross-platform version of os.startfile from the standard library. This emulates double-clicking on a file or single-clicking a URL in an operating system's UI top open the default program.
Setup
Requirements
- Python 3.7+
Installation
Install it directly into an activated virtual environment:
$ pip install universal-startfile
or add it to your Poetry project:
$ poetry add universal-startfile
Usage
After installation, import the startfile
function:
from startfile import startfile
startfile("~/Downloads/example.png")
startfile("http://example.com")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for universal_startfile-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 198938933417b44dfc74fb9fd944824bc281fd47544e06842fee5a025fcaecf8 |
|
MD5 | 2488ba79eb7f47b442700a7bcd3cdba0 |
|
BLAKE2b-256 | eaf6559a4ab797c406db7774f77fb5ff6d2588772492bfb7a257b818a70d7777 |