A cross-platform replacement for os.startfile (Windows) that works on macOS and Linux by opening files with the default application. Current version 0.4, requires Python 3.9+. Releases are sporadic.
pip install universal-startfileVerified import paths — ran on the pinned version, not inferred.
Opens a file using the OS default program. Works on Windows, macOS, and Linux.
Use underscore in imports: `from universal_startfile import startfile`.
Check return value (if any) or verify file associations before calling.
No dependency data recorded yet.