mathgeniuszach / xdialog

A cross-platform wrapper for native dialogs written entirely in python.
MIT License
22 stars 3 forks source link

Implement proper MacOS support #13

Closed mathgeniuszach closed 1 year ago

mathgeniuszach commented 1 year ago

Native file dialogs and popups on MacOS would be really nice to have, so this library can truly deliver on it's promise of fully native file dialogs everywhere.

In this comment: https://github.com/xMGZx/xdialog/issues/10#issuecomment-1397584462 someone had pointed out an alternate library using AppleScript to implement those dialogs. xdialog is portable and so thus while it cannot use this/other libraries outside the standard library, it can utilize native code like AppleScript. Perhaps someone would be willing to implement this themselves if they have a Mac?