Skip to content

Various time related widgets & functionality for Textual.

License

Notifications You must be signed in to change notification settings

ddkasa/textual-timepiece

Repository files navigation

PyPI - Version PyPI - Python Version GitHub Actions Workflow Status

Textual Timepiece

Various time management related widgets for the Textual framework.

Demo

Try the widgets out beforehand with uv:

uvx --from git+https://github.com/ddkasa/textual-timepiece demo

Install

pip install textual-timepiece
uv add textual-timepiece
poetry add textual-timepiece

Note

Requires whenever as an additional dependency.

Included Widgets

  • DatePicker
  • DurationPicker
  • TimePicker
  • DateTimePicker
  • DateRangePicker
  • DateTimeRangePicker
  • ActivityHeatmap
  • HeatmapManager
  • And more to come...

License

MIT. Check LICENSE for more information.