Search code examples
material-designkivykivy-language

KivyMD examples not getting correctly displayed


I've downloaded KivyMD on my windows machine from here

KivyMD path _ _ _\Python36-32\Lib\site-packages\kivymd

I'm trying to see how the widgets look with MD and when I run .py files I only get a blank window.

This seems to be the case for almost all examples (.py files) under the kivymd folder.

Appreciate any inputs.

a blank window.


Solution

    1. cd ...\Python36-32\Lib\site-packages\kivymd\demos\kitchen_sink
    2. run python main.py

    Note

    Not all .py programs in ...\Python36-32\Lib\site-packages\kivymd will display a window. You can run python accordion.py and it will display a window of accordion widget.