Templates
KvDeveloper comes with several pre-built templates to help you get started quickly.
-
Navigation Toolbar
A simple app using KivyMD with Navigation drawer, HomeScreen and LoginScreen components.
Overview
This repository contains a basic KivyMD app with Navigation drawer, HomeScreen and LoginScreen components including hot reload functionality. You can make code changes and instantly see the updates without restarting the application [ Only for changes made to
main.py
and.kv
files. ].Usage
-
Create a new project with nav_toolbar template.
kvdeveloper create my_project --template nav_toolbar
-
Run the Kivy app using terminal:
-
Run the App.
python main.py
- Simply execute the
main.py
file from your code editor.
You should see the app window open with some basic app design. Make changes to the
.kv
files and save it to see the updates in real-time. -
-
Navigation Dock
A simple app using KivyMD with Navigation drawer, BottomNavigation, HomeScreen, LoginScreen and SettingsScreen components.
Overview
This repository contains a basic KivyMD app with Navigation drawer, BottomNavigation, HomeScreen, LoginScreen and SettingsScreen components including hot reload functionality. You can make code changes and instantly see the updates without restarting the application [ Only for changes made to
main.py
and.kv
files. ].Usage
-
Create a new project with nav_toolbar template.
kvdeveloper create my_project --template nav_dock
-
Run the Kivy app using terminal:
-
Run the App.
python main.py
- Simply execute the
main.py
file from your code editor.
You should see the app window open with some basic app design. Make changes to the
.kv
files and save it to see the updates in real-time. -
FAQ
Have questions? We've compiled a list of Frequently Asked Questions to help you troubleshoot common issues and get the most out of KvDeveloper.