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

Uploaded Source

Built Distribution

tkdialog_wrapper-1.0.2-py3-none-any.whl (3.5 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