Ecosyste.ms: Awesome
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: 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
- Host: GitHub
- URL: https://github.com/kugihaito/appscreen
- Owner: KugiHaito
- License: mit
- Created: 2017-01-15T02:35:29.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-09-04T21:09:57.000Z (over 3 years ago)
- Last Synced: 2025-02-20T21:36:25.328Z (about 16 hours ago)
- Topics: kivy-framework, layouts, project-manager, python
- Language: Python
- Homepage:
- Size: 757 KB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
![]()
![]()
![]()
![]()
![]()
## How to use?
See simple code:
```
from appscreen.layout import Blankapp = Blank(
app_name='My App',
app_icon='myicon'
)app.run()
```## Contact me
[:email: via email]([email protected])
[:bird: via twitter](https://twitter.com/KugiHaito)