no logo yet, sorry
Welcome! ๐ Bouquet library is collection of awesome widgets and helpful tools for Kivy framework. With it, you can build modern and beautiful UI for your applications. Enjoy the experience!
โ๏ธ Note that the library is under active development and some features may be unstable.
- Linear Gradient
- Bilinear Gradient
- Radial Gradient
- Conical Gradient
- Mesh Gradient
- Blurs and noises
- Animations (including 3D)
- Cool effects
- and more!
Available at Read the Docs.
โ ๏ธ Project is not published on Pypi.
To install the latest stable version, use this command:
pip install https://github.com/mak8kammerer/bouquet/archive/stable.zip
If you want to use the latest features, install from main
(development)
branch (not recommended for production use):
pip install https://github.com/mak8kammerer/bouquet/archive/main.zip
Also you can find the latest version (with changelogs and wheels) on the releases page.
pip install wheel setuptools pip kivy --upgrade
At terminal, run this command (replace python3
with python
, if you use Windows):
python3 -m bouquet
This command will launch the demo application.
Each flower in the kivy-garden should be a single widget (or a group of widgets) that do one task. In turn, Bouquet provides a wide range of widgets and tools that perform many different tasks.
Bouquet is a collection of flowers in a creative arrangement ๐
Bouquet is MIT licensed.