An open API service indexing awesome lists of open source software.

https://github.com/gillesxr/kivy_animated_widget

Design step by step a Kivy custom animated widget.
https://github.com/gillesxr/kivy_animated_widget

kivy python

Last synced: about 1 month ago
JSON representation

Design step by step a Kivy custom animated widget.

Awesome Lists containing this project

README

        

# A Kivy custom animated widget #

[![python](https://img.shields.io/badge/Python-3.11-brightgreen)](https://github.com/gillesxr/change_exit_node)

This custom widget is a popup embedding a red moving rectangle. A use case might be to wait for a process that we don't know how long it will takes to complete.

[Awesome_widget.webm](https://github.com/user-attachments/assets/8008c068-1f05-4a36-868d-67f4ef592fa6)

This repository is linked with this [post](https://gillesxr.github.io/python/kivy/2024/10/24/design-a-custom-kivy-widget.html) which described the step by step process to design the widget.