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 timepicker
root = tk.Tk()
time_picker = timepicker.AnalogPicker(root)
time_picker.pack()
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.0.tar.gz
(8.9 kB
view details)
Built Distribution
File details
Details for the file tkTimePicker-0.1.0.tar.gz
.
File metadata
- Download URL: tkTimePicker-0.1.0.tar.gz
- Upload date:
- Size: 8.9 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 | df1c3ea7046157ed3158a3f362022f90b14947a3010b0d63e7c5e6afe6516281 |
|
MD5 | ff861fb2fbf6cfb2c23cc8f8d6d0fdae |
|
BLAKE2b-256 | 2bb41619c08ade7dd6bce3c446b1364cf8cd85ea451e37ba24b8de21b1e3af1f |
File details
Details for the file tkTimePicker-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: tkTimePicker-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.1 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 | 0dd74d33b65ad0b8b2567fc7ac3cb6d08f1cfe878cc1f67b00fd4e4cbba2dfc3 |
|
MD5 | fd1042547185d9a27cfde8368305b075 |
|
BLAKE2b-256 | 8c086547afedd984dadf332f86929f0261f7a6382023be7fa943b55625268a86 |