Skip to main content

A wrapper library to use tkinter dialogs easily.

Project description

tkdialog-wrapper

A wrapper library to use tkinter dialogs easily.

PyPI version MIT License

Usage

pip install tkdialog-wrapper

import tkdialog

# make open dialog
filename = tkdialog.open_dialog()

# Extensions can be assigned.
## for numpy savez files
dat = np.load(tkdialog.open_dialog('.npz'))
## for csv files
df = pd.read_csv(tkdialog.open_dialog('.csv'))

# make saveas dialog
filename = tkdialog.open_dialog(ext='pkl')


# open a directory selector
dirname = tkdialog.open_dir_dialog()

# change current working directory with a selector dialog
tkdialog.chdir_with_dialog()


# open a pickled file (*.pkl) with a dialog
obj = tkdialog.load_pickle_with_dialog()

# open a pickled file (*.dat) with a dialog
obj = tkdialog.load_pickle_with_dialog(ext='.dat')

# pickle an object with a dialog
dat = {'x': 100, 'y': '01234'}
tkdialog.dump_pickle_with_dialog(dat)

Change log

[2.1.0]

  • add functions:
    • chdir_with_dialog, open_dir_dialog

[2.0.0]

  • breaking changes:
    • supported python version >= 3.5
    • argument of all functions
    • add docstring
    • add typehint

[1.x]

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

tkdialog-wrapper-2.1.0.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

tkdialog_wrapper-2.1.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file tkdialog-wrapper-2.1.0.tar.gz.

File metadata

  • Download URL: tkdialog-wrapper-2.1.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for tkdialog-wrapper-2.1.0.tar.gz
Algorithm Hash digest
SHA256 8becbbb6590c1679add73aa1c28a6f2af9a4ccda3283ef7ae68744f7daa264c5
MD5 84763d3758b910261725674cfae9e9b6
BLAKE2b-256 f8ce3da903ac41297b91f72019b735ebcd8680874be8224c279f69540bdd5bcb

See more details on using hashes here.

File details

Details for the file tkdialog_wrapper-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: tkdialog_wrapper-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for tkdialog_wrapper-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2fc241acc7cb23c86de1cd892e20a544600041ce7715331ff7c3b871c1085307
MD5 5e98cdaa5817bacc1e411debcbc2d5c3
BLAKE2b-256 1a4b2016c945f3527703dbbb022572c43d926268279f3de1cc6f68a7a346b250

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