All Projects → mahart-studio → Kivystudio

mahart-studio / Kivystudio

Licence: mit
A Software development environment for software developers

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kivystudio

addIt
Simple addition game made with Flutter for Mobile and Web using BLOC pattern
Stars: ✭ 16 (-83.51%)
Mutual labels:  android-application, ios-app, mobile-development
android-trinity
android-trinity is tiny proactive framework with much of the scaffolding code required to start a new Android Application.
Stars: ✭ 44 (-54.64%)
Mutual labels:  android-application, mobile-development
GitHubKotlinMPPSample
No description or website provided.
Stars: ✭ 15 (-84.54%)
Mutual labels:  android-application, ios-app
Monthly-App-Challenge-2022
Retos mensuales de la comunidad MoureDev para crear pequeñas aplicaciones en base a requisitos
Stars: ✭ 153 (+57.73%)
Mutual labels:  android-application, ios-app
Awesome-Flutter-Templates
A Huge Collection of Flutter App templates
Stars: ✭ 53 (-45.36%)
Mutual labels:  android-application, ios-app
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-86.6%)
Mutual labels:  android-application, mobile-development
Ionic-ElastiChat-with-Images
Ionic Magic Chat with Angular Elastic, Autolinker.js and more!
Stars: ✭ 66 (-31.96%)
Mutual labels:  android-application, ios-app
Ionic Starter Template
Reinventing the wheel, again! Sorry Ionic Team... but there are many newbies learning on Youtube!
Stars: ✭ 208 (+114.43%)
Mutual labels:  ios-app, android-application
flutteranimations
Flutter login and signup screen with animations.
Stars: ✭ 34 (-64.95%)
Mutual labels:  android-application, ios-app
Xtimer Flutter App
Flutter timer app
Stars: ✭ 255 (+162.89%)
Mutual labels:  ios-app, android-application
Our E School
A mobile app created using Flutter Framework for School management.
Stars: ✭ 315 (+224.74%)
Mutual labels:  ios-app, android-application
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+46.39%)
Mutual labels:  ios-app, mobile-development
CrossMobile
Create native iOS, Android, Windows Phone and Desktop applications in Java. Write it once, and produce sophisticated multiplatform applications.
Stars: ✭ 48 (-50.52%)
Mutual labels:  ios-app, mobile-development
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-77.32%)
Mutual labels:  ios-app, mobile-development
Mobileapp Pentest Cheatsheet
The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.
Stars: ✭ 3,051 (+3045.36%)
Mutual labels:  ios-app, android-application
Booking Management Dashboard
flutter Booking Management Dashboard responsive (web,mobile,tablet)
Stars: ✭ 69 (-28.87%)
Mutual labels:  ios-app, android-application
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (+31.96%)
Mutual labels:  ios-app, android-application
App Privacy Policy Generator
A simple web app to generate a generic privacy policy for your Android/iOS apps
Stars: ✭ 2,278 (+2248.45%)
Mutual labels:  ios-app, android-application
flutter-Anniversary
一款界面优美,功能简洁的纪念日APP
Stars: ✭ 57 (-41.24%)
Mutual labels:  android-application, ios-app
Tasks
A clone of Google Tasks app made from scratch with flutter. WIP.
Stars: ✭ 28 (-71.13%)
Mutual labels:  ios-app, android-application

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].