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
- Host: GitHub
- URL: https://github.com/srccircumflex/filedialogs
- Owner: srccircumflex
- License: mit
- Created: 2025-05-15T11:46:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-30T18:05:18.000Z (about 1 year ago)
- Last Synced: 2025-11-09T03:26:40.117Z (7 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```