A repository of Examples with the Kivy framework
Please to run the eamples contained in each folder follow the steps below:
conda create -n kivy python=3.8
conda activate kivy
pip install kivy
pip install kivymd
At this point your environment "kivy" should be functional and ready to go!