Table Of Contents
Resources management¶
Resource management can be a pain if you have multiple paths and projects. Kivy offers 2 functions for searching for specific resources across a list of paths.
- kivy.resources.resource_find(filename)[source]¶
Search for a resource in the list of paths. Use resource_add_path to add a custom path to the search.