Skip to main content

A wrapper library to use tkinter dialogs easily.

Project description

tkdialog

A wrapper library to use tkinter dialogs easily.

Usage

import tkdialog

# make open dialog
filename = tkdialog.open_dialog()

# make saveas 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)

LICENSE

MIT, see LICENSE

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tkdialog_wrapper-1.0.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

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