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.
- Host: GitHub
- URL: https://github.com/novfensec/testkivymdapp
- Owner: Novfensec
- License: mit
- Created: 2024-12-09T12:11:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T12:16:22.000Z (about 1 year ago)
- Last Synced: 2024-12-09T13:24:32.066Z (about 1 year ago)
- Language: kvlang
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!