Some tkinter functions for selecting files/folders
Project description
Some tkinter functions for selecting files/folders
# Tested with:
# Python 3.9.13
# Windows 10
pip install tkinter-files-folders
from tkinter_files_folders import (
get_multiple_files_with_tkinter,
get_file_with_tkinter,
get_save_file_with_tkinter,
get_existing_directory_with_tkinter,
get_not_existing_directory_with_tkinter,
)
get_multiple_files_with_tkinter(filetypes=((".txt", "*.txt"), (".png", "*.png")))
get_file_with_tkinter(filetypes=((".txt", "*.txt"), (".png", "*.png")))
get_save_file_with_tkinter(filetypes=((".txt", "*.txt"), (".png", "*.png")))
get_existing_directory_with_tkinter()
get_not_existing_directory_with_tkinter()
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file tkinter_files_folders-0.11.tar.gz
.
File metadata
- Download URL: tkinter_files_folders-0.11.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de98168429ba46a0c1c421639c59634e32adf871b4803fa0f9c3b9f6a887d301 |
|
MD5 | eaf65ee45d7ac0bc4d4b769bed678a52 |
|
BLAKE2b-256 | b2036621c1bfc0cf13916a058e34386821e06af7f126a1ef51dc4ebba7490a89 |
File details
Details for the file tkinter_files_folders-0.11-py3-none-any.whl
.
File metadata
- Download URL: tkinter_files_folders-0.11-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69dfc548d54501ea8e5d5ca036039890efc05788517fc0c61c7e8a8d80bd77e2 |
|
MD5 | a8b0506d00aef71d7dfffafc5dc196fe |
|
BLAKE2b-256 | 62d706d1a6104bdb607920a360b9d8f93c31cd23b7ec3d069860d43985b957f9 |