Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tkinter_files_folders-0.11.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

tkinter_files_folders-0.11-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

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

Hashes for tkinter_files_folders-0.11.tar.gz
Algorithm Hash digest
SHA256 de98168429ba46a0c1c421639c59634e32adf871b4803fa0f9c3b9f6a887d301
MD5 eaf65ee45d7ac0bc4d4b769bed678a52
BLAKE2b-256 b2036621c1bfc0cf13916a058e34386821e06af7f126a1ef51dc4ebba7490a89

See more details on using hashes here.

File details

Details for the file tkinter_files_folders-0.11-py3-none-any.whl.

File metadata

File hashes

Hashes for tkinter_files_folders-0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 69dfc548d54501ea8e5d5ca036039890efc05788517fc0c61c7e8a8d80bd77e2
MD5 a8b0506d00aef71d7dfffafc5dc196fe
BLAKE2b-256 62d706d1a6104bdb607920a360b9d8f93c31cd23b7ec3d069860d43985b957f9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page