An open API service indexing awesome lists of open source software.

https://github.com/srccircumflex/filedialogs

Platform independent interface for file dialogs
https://github.com/srccircumflex/filedialogs

Last synced: 3 months ago
JSON representation

Platform independent interface for file dialogs

Awesome Lists containing this project

README

          

# Platform independent interface for file dialogs

Installation:

```commandline
pip install --upgrade filedialogs
```

Test:

```python
from filedialogs import *

print(f'{STARTERID=}')

print(askfile())
print(askfiles())
print(asksave())
print(askdir())
```

CLI:

```commandline
askfile open|multi|save|dir
```