diff options
Diffstat (limited to 'pydis_site/apps/resources/resources/kivy.yaml')
-rw-r--r-- | pydis_site/apps/resources/resources/kivy.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/kivy.yaml b/pydis_site/apps/resources/resources/kivy.yaml new file mode 100644 index 00000000..b1f57483 --- /dev/null +++ b/pydis_site/apps/resources/resources/kivy.yaml @@ -0,0 +1,29 @@ +name: Kivy +description: The Kivy project, through the Kivy framework and its sister projects, + aims to provide all the tools to create desktop and mobile applications in Python. + Allowing rapid development of multitouch applications with custom and exciting user interfaces. +icon_image: https://raw.githubusercontent.com/kivy/kivy-website/master/logos/kivy-logo-black-256.png +icon_size: 50 +title_image: https://i.imgur.com/EVP3jZR.png +title_url: https://discord.gg/djPtTRJ +urls: + - icon: solid/external-link-alt + url: https://kivy.org/ + color: teal + - icon: branding/discord + url: https://discord.gg/djPtTRJ + color: blurple + - icon: branding/github + url: https://github.com/kivy + color: black +tags: + topics: + - user interface + - game development + payment_tiers: + - free + difficulty: + - beginner + - intermediate + type: + - community |