Skip to content

Latest commit

Β 

History

History
78 lines (51 loc) Β· 2.34 KB

README.md

File metadata and controls

78 lines (51 loc) Β· 2.34 KB

no logo yet, sorry

License: MIT Python 3.8+ Documentation Status

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.

🍩 Features

  • Linear Gradient
  • Bilinear Gradient
  • Radial Gradient
  • Conical Gradient
  • Mesh Gradient
  • Blurs and noises
  • Animations (including 3D)
  • Cool effects
  • and more!

πŸ“– Documentation

Available at Read the Docs.

πŸ–₯️ Installation

⚠️ 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.

⁉️ FAQ

Why I get ModuleNotFoundError: No module named 'kivy' during installation?

pip install wheel setuptools pip kivy --upgrade

What about demo script?

At terminal, run this command (replace python3 with python, if you use Windows):

python3 -m bouquet

This command will launch the demo application.

Why you do not post project at Kivy Garden?

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.

Why is the library so named?

Bouquet is a collection of flowers in a creative arrangement 😊

βš–οΈ License

Bouquet is MIT licensed.