kvhot

Automatically restarts the Kivy application whenever files within the project directory change.


Keywords
kivy, kivymd, hotrestart, gui, productivity, python, tool
License
Other
Install
pip install kvhot==2024.2.7

Documentation

kvhot

Hotrestarts kivy application whenever project files changes.

No need to type python main.py each time, making a small change in the code 😄.

Installation

pip install kvhot

Demo

demo.mp4

Usage

usage: kvhot [-h] [--width WIDTH] [--height HEIGHT] [--top TOP] [--left LEFT] [-V] target_dir

Hotrestarts kivy application whenever project (target_dir) files changes.

positional arguments:
  target_dir       Directory of the entry-point (main.py) of the kivy application

optional arguments:
  -h, --help       show this help message and exit
  --width WIDTH    Width of the window.
  --height HEIGHT  Height of the window.
  --top TOP        Top position of the window.
  --left LEFT      Left position of the window.
  -V, --version    show program's version number and exit

(Works on windows, linux and osx)