Giter VIP home page Giter VIP logo

kivystudio's Introduction

KivyStudio

Build Status Python Python Downloads Maintainability

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

  • Emulation can be done in real time
  • Supports multiple screen views for mobile devices
  • Supports orientation changes for mobile devices
  • Also supports outer window emulation for destop intended emulation and for full test for mobile devices
  • Status: under development...
  • Release: 0

Installation

Package file for various platform will be available on first release

Demo Screenshot

Quickstart

  • Create an new folder
  • open kivystudio.
  • on the top menu bar. go to [file]
  • then click [open-folder],

  • pick your folder

  • Then enter [Ctrl-N] a new file will be opened for your

Copy the following into the file tab.

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()
  • Finally, enter [Ctrl-S].
  • Right click on file tab
  • clcik set for emulation, or press [Ctrl] + E to select file for emulation
  • then, enter [Ctrl-R]. to see the output, or you also can set auto-emulation
  • To switch screen use the [Ctrl] + [Tab] to do so
  • To Open and close terminal panel use the [Ctrl] + ` to do so

Contributions

To contribute to this project

  • you just fork the repository
  • Clone it git clone https://github.com/mahart-studio/kivystudio.git
  • Then start, by solving an issue or fixing a known bug
  • Then you send a pull request
  • Then we review and merge

kivystudio's People

Contributors

avour avatar mahart-studio avatar mcroni avatar solomon1999 avatar jonatanjrss avatar triple1566 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.