Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aprilahijriyan/kvuilder
Kivy Template Builder
https://github.com/aprilahijriyan/kvuilder
kivy kivymd
Last synced: 22 days ago
JSON representation
Kivy Template Builder
- Host: GitHub
- URL: https://github.com/aprilahijriyan/kvuilder
- Owner: aprilahijriyan
- License: mit
- Created: 2020-05-10T18:50:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T13:44:57.000Z (about 4 years ago)
- Last Synced: 2024-10-01T08:41:26.411Z (about 1 month ago)
- Topics: kivy, kivymd
- Language: Python
- Homepage:
- Size: 279 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kvuilder
kvuilder adalah alat sederhana untuk pembuatan template project kivy, untuk memudahkan anda membuat project dengan kivy.
# installation
Anda dapat menginstall ``kvuilder`` dengan pip, seperti dibawah ini:
```
$ pip install kvuilder
```# usage
Membuat project.
```
$ kvuilder create hello_kivy
```Menjalankan project.
```
$ cd hello_kivy
$ python main.py
```