KugiHaito / AppScreen

AppScreen is a desktop application manager, using the Kivy graphical user interface (GUI). Enabling agile and effective creation and development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppScreen

AppScreen is a desktop application manager, using the Kivy graphical user interface (GUI). Enabling agile and effective creation and development

GitHub release GitHub GitHub repo size Codacy grade GitHub stars

How to use?

See simple code:

from appscreen.layout import Blank

app = Blank(
    app_name='My App',
    app_icon='myicon'
)

app.run()

Contact me

📧 via email 🐦 via twitter

About

AppScreen is a desktop application manager, using the Kivy graphical user interface (GUI). Enabling agile and effective creation and development

License:MIT License


Languages

Language:Python 100.0%