Skip to main content

This package provides you with easy to customize timepickers

Project description

tkTimePicker

This is a simple and fully customizable timepicker widgets made for tkinter. You can make use of three types of timepicker:

  1. clock timepicker
  2. old-spin timepicker
  3. modern-spin timepicker

quick example

import tkinter as tk
from tktimepicker import AnalogPicker, AnalogThemes
# note: you can also make use of mouse wheel or keyboard to scroll or enter the spin timepicker
root = tk.Tk()

time_picker = AnalogPicker(root)
time_picker.pack(expand=True, fill="both")

# theme = AnalogThemes(time_picker)
# theme.setDracula()

root.mainloop()

For more examples refer Examples, For documentation read Documentation

Clock time picker

Available themes:

NavyBlue

NavyBlue

Dracula

Dracula

purple

Purple

Old-spin timepicker

old-spin timepicker

Modern-spin timepicker

old-spin timepicker

Note: You can also have your own colors besides this. you can also make use of 24 hrs clock, read the documentation for more info.

Other libraries you might be interested in

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

tkTimePicker-0.1.4.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

tkTimePicker-0.1.4-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file tkTimePicker-0.1.4.tar.gz.

File metadata

  • Download URL: tkTimePicker-0.1.4.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5

File hashes

Hashes for tkTimePicker-0.1.4.tar.gz
Algorithm Hash digest
SHA256 bc3ccf989aa5f0a93af8aa7de92e490e91088663cae233190f7c53f2bc3dbc08
MD5 fde827b32d0eae329d7818c1fc6b0bde
BLAKE2b-256 febbca4b310d7fce73020850dbe268b6d1b4b2d8197a81deee909309bde4ed3a

See more details on using hashes here.

File details

Details for the file tkTimePicker-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: tkTimePicker-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5

File hashes

Hashes for tkTimePicker-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 769218f01d8830e11d626051e7199c2d02f379697c8eb64eddc82e88694d6714
MD5 fa0ccf99f02217aab93faeedfa17ce4a
BLAKE2b-256 2350c53181ee57def46bad5a04607e12365a47ccdd309a296c7f55e388b4a377

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