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
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
tkTimePicker-0.1.3.tar.gz
(9.1 kB
view details)
Built Distribution
File details
Details for the file tkTimePicker-0.1.3.tar.gz
.
File metadata
- Download URL: tkTimePicker-0.1.3.tar.gz
- Upload date:
- Size: 9.1 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 | 036dedf2061aad66020a3fc8e4ae802e51faa0b55b1412212c58da2f10bbf932 |
|
MD5 | 3f80972db10815666dc217ceb9ae813a |
|
BLAKE2b-256 | 5aa3bd578b815f23b4583d460bedf5aacbdb2ce3c547b9e2a65b9f964e104383 |
File details
Details for the file tkTimePicker-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: tkTimePicker-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.3 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 | 1ef28f7374ea9d0d1772a9b32d7b7905563a2e1fc1f26e23b444460dd07574f3 |
|
MD5 | 26d48cf19de184398b8995bc319f0dea |
|
BLAKE2b-256 | 18b6772c707a7595222f42b21cb2613a51d2996029bab39c424cd903897f8f76 |