mahart-studio / kivystudio

A Software development environment for software developers
MIT License
189 stars 51 forks source link
android-application app-development cross-platform-development ios-app kivy kivy-studio mobile-development python software-development studios

KivyStudio

Build Status Python Python Downloads Maintainability

A kivy software development environment targeted towards fast testing and interactive development.

Installation

Package file for various platform will be available on first release

Demo Screenshot

Quickstart

Copy the following code into the editor provided.

from kivy.app import App
from kivy.uix.button import Button

class MyApp(App):
    def build(self):
        return Button(text='Welcome to KivyStudio!!')

if __name__ == '__main__':
    MyApp().run()

Contributions

To contribute to this project