API Reference

Module path
kivydk

Overview

The kivydk module provides the core infrastructure, global configuration and shared resources used throughout the KivyDK framework. While most functionality is implemented in submodules, the top-level package exposes a small set of global paths that define the runtime environment for all KivyDK components.


Reference

DIR_ROOT: Traversable = WindowsPath('E:/Python/PublicWork/kivydk/kivydk')

The root directory of the KivyDK package.

DIR_DATA: Traversable = WindowsPath('E:/Python/PublicWork/kivydk/kivydk/data')

The base directory containing framework data files such as fonts, themes and other assets.

DIR_FONTS: Traversable = WindowsPath('E:/Python/PublicWork/kivydk/kivydk/data/fonts')

Directory containing all font resources automatically registered at startup.


Contents