https://github.com/keyweeusr/kvext
KV language extensions
https://github.com/keyweeusr/kvext
kivy kv-language language python
Last synced: about 2 months ago
JSON representation
KV language extensions
- Host: GitHub
- URL: https://github.com/keyweeusr/kvext
- Owner: KeyWeeUsr
- License: mit
- Created: 2017-05-06T00:45:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T01:03:33.000Z (about 8 years ago)
- Last Synced: 2025-02-03T08:51:16.646Z (3 months ago)
- Topics: kivy, kv-language, language, python
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kvext
KV language extensions
Similar to C macros, KV language can also set up functions with its
``#:set`` directive. That directive uses ``eval()``, which allows a user
to use it even in a dirty way such as extending the original functionality
of the language with own built-ins e.g. for loops or widget swapping.### Install
* Copy or clone to your app folder
* Include it in your ``.kv`` file with `#:include``