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.2.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file tkTimePicker-0.1.2.tar.gz
.
File metadata
- Download URL: tkTimePicker-0.1.2.tar.gz
- Upload date:
- Size: 9.0 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 | 28715992f83db9c374fba4fd0f10a6ca7bafa35829e776ff1c115773371a4e4a |
|
MD5 | 54d7af0a8fd3e8162bf1ed14633a7df3 |
|
BLAKE2b-256 | d450bebdfa069d673bb7f2206b0b9537043ffa91882c8c2da0717225f783e3e4 |
File details
Details for the file tkTimePicker-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: tkTimePicker-0.1.2-py3-none-any.whl
- Upload date:
- Size: 15.2 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 | fced278ba99f4b5f18c00614894b519409a772fd15158d1560811c8c6e8ea09f |
|
MD5 | a8e359d12dec2dc081d8186084519dfd |
|
BLAKE2b-256 | ae0db9cd83ed9812d7c6ea8fd28585570f62adffe4de750814b274343714c4f7 |