Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kugihaito/appscreen

AppScreen is a desktop application manager, using the Kivy graphical user interface (GUI). Enabling agile and effective creation and development
https://github.com/kugihaito/appscreen

kivy-framework layouts project-manager python

Last synced: about 6 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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
[:email: via email]([email protected])
[:bird: via twitter](https://twitter.com/KugiHaito)