#coding=UTF-8 from kivy.config import Config Config.set('graphics', 'width', '360') Config.set('graphics', 'height', '640') import os os.environ["KIVY_GL_BACKEND ...
A simple app using KivyMD. Simply execute the main.py file from your editor in a python debug terminal. You should see the app window open with some basic app design. Make changes to the .kv files and ...