Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kivy-widgets

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kivy-widgets

  • 0.1.40
  • PyPI
  • Socket score

Maintainers
1

Kivy-Widgets

Welcome to the "Kivy Widgets" repository! This repository contains a collection of custom widgets for the Kivy Python library. These widgets are designed to enhance the functionality and user experience of your Kivy applications.

IconViewer:

from kivy.app import runTouchApp
from kivy.lang import Builder

from kivy_widgets.icons import IconViewer

runTouchApp(Builder.load_string("""
IconViewer:
"""))

https://user-images.githubusercontent.com/23220309/228534067-bab84dda-8910-45f8-be38-1242dada9c17.mp4

Contributing

We welcome contributions to this repository from the Kivy community. If you have created a custom widget that you think would be a good fit for this repository, please feel free to submit a pull request with your changes.

License

This repository is licensed under the MIT License, which allows for both personal and commercial use of the code provided.

Acknowledgements

We would like to thank the Kivy community for helping to make Kivy a powerful and versatile library for Python developers.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc