AppScreen is a desktop application manager, using the
Kivy graphical user interface (GUI). Enabling agile
and effective creation and development
See simple code:
from appscreen.layout import Blank
app = Blank(
app_name='My App',
app_icon='myicon'
)
app.run()