Metadata-Version: 2.1
Name: kvhot
Version: 2022.11.8
Summary: Hotrestarts kivy application whenever project files changes.
Author-email: Kulothungan <kulothunganug@gmail.com>
License: MIT License
        
        Copyright (c) 2022 Kulothungan U.G
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/Kulothungan16/kvhot
Keywords: kivy,kivymd,hotrestart,gui
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# 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

https://user-images.githubusercontent.com/63696279/199995369-1a57bdb4-77b6-4cf0-8f0b-07e0ede3100e.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)
