Skip to content

mwlt/KivyLiteEmulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo Logo Logo

KivyLiteEmulator

An Lite Emulator for Kivy Hot Reloading
Demo Video »

About The Project

Kivy is an awesome framework for creating GUI apps. However it lacks one of the most sought after features of a GUI framework which is an autoreloader. We are currently working on a kivystudio. Before releasing a stable version, i just need something to help me display my UI in realtime.

This currently works with some of the apps i have created, it seems it is scared of bigger projects,:smile: lol,

You may also suggest changes by forking this repo and creating a pull request or opening an issue.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them. I Hope you already have kivy installed

pip install monotonic watchdog plyer

Installation

  1. Clone the repo
git clone https:://github.com/mcroni/KivyLiteEmulator.git
  1. Change Dir into the Cloned Repo
cd KivyLiteEmulator
  1. Set DEBUG=True in the OS Environ
set DEBUG = True
  1. Run the main.py file and select a python file containing your kivy codes to run
python main.py

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

@kojo_mcroni - joeydanieldarko@gmail.com

Acknowledgements

About

A minified emulator for Kivy Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%