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 use mouse wheel to change the time when using modern timepicker, or you can also make use of keypress to change time if you hover over the 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-2.0.2.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

tkTimePicker-2.0.2-py3-none-any.whl (10.3 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