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:
- clock timepicker
- old-spin timepicker
- 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:
Dracula
purple
Old-spin timepicker
Modern-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
-
tkvideoplayer - Plays video files in tkinter.
-
tkstylesheet - Helps you style your tkinter application using stylesheets.
-
PyCollision - Helps you draw hitboxes for 2d games.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tkTimePicker-2.0.1.tar.gz
.
File metadata
- Download URL: tkTimePicker-2.0.1.tar.gz
- Upload date:
- Size: 9.7 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2fbc833a9563676b18baa26fc5afc1fc431ef73a4835141b8fa0b8a0f765a12 |
|
MD5 | a1444b1030d6d7fb926a2e4685e560e9 |
|
BLAKE2b-256 | d6ff06d2a0624fbb8a2d09c65fc8ce03e6fb94dccdd8e944db6c7c75f0de3577 |
File details
Details for the file tkTimePicker-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: tkTimePicker-2.0.1-py3-none-any.whl
- Upload date:
- Size: 10.9 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a44ec641fb09e749bb8f0dbf321c64ee266a0fcd617bfd03edbe1bf26955124d |
|
MD5 | 2958626fb6784f9dcf7fca84ed300e3e |
|
BLAKE2b-256 | 3d26efcf2b5485155268899b7bbe41d9a28c780f9d546a8c9f2e67dfb1af2ed9 |