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()

# make saveas dialog
filename = tkdialog.open_dialog()

# open a pickled file with file selector
obj = tkdialog.load_pickle_with_dialog()

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

# with numpy
dat = np.load(tkdialog.open_dialog())

# with pandas
df = pd.read_csv(tkdialog.open_dialog())

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-1.0.3.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

tkdialog_wrapper-1.0.3-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tkdialog-wrapper-1.0.3.tar.gz
  • Upload date:
  • Size: 4.7 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-1.0.3.tar.gz
Algorithm Hash digest
SHA256 e1b00531e9f6654466c0309075437adb8c29a92109e1b87338df8cf507797bb3
MD5 25d2cbafb399efcdab1d337fc4d72f74
BLAKE2b-256 06193dd962662568a29412c7e529b6a6d3028c2d9625d64330d472ea10e8f7cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tkdialog_wrapper-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.5 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-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e198108484c10e0671d6e12949baa9c7b3df729921371a7a261616ea5fe21ac3
MD5 4ef5dcd46196b942ec03abe304fb3ab9
BLAKE2b-256 e455574a9dd528d6ded609f85a8ca18d69bd41f6edf1f987d462d31b67f7f482

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