An open API service indexing awesome lists of open source software.

https://github.com/novfensec/testkivymdapp

A Test KivyMD app to android apk conversion.
https://github.com/novfensec/testkivymdapp

Last synced: 6 months ago
JSON representation

A Test KivyMD app to android apk conversion.

Awesome Lists containing this project

README

          

# KivyMD nav_toolbar starter template
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.* ].

## Prerequisites
Make sure you have the following installed:

+ **Kivy** : A Python framework for creating cross-platform applications.
+ **KivyMD** : A library providing Material Design components for Kivy.

## Installation
1. Install `Kivy=2.3.0(specific)`, `KivyMD=1.1.1(specific)`

pip install kivy==2.3.0 kivymd==1.1.1

## Usage
1. Run the Kivy app using terminal:

- Activate Virtual Environment.

venv\scripts\activate

- Run the App.

(venv) python main.py

2. Simply execute the `main.py` file from your 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.

Happy Coding!