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

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: 6 months 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](kugihaito99@gmail.com)
[:bird: via twitter](https://twitter.com/KugiHaito)