An Lite Emulator for Kivy Hot Reloading
Demo Video »
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.
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.
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
- Clone the repo
git clone https:://github.com/mcroni/KivyLiteEmulator.git
- Change Dir into the Cloned Repo
cd KivyLiteEmulator
- Set
DEBUG=True
in theOS
Environ
set DEBUG = True
- Run the
main.py
file and select a python file containing your kivy codes to run
python main.py
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.
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @kojo_mcroni - [email protected]