Skip to content

CROSSEO/kivy-dashboard-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Instructions how to start:

### clone github repository for dashboard template:
1 - git clone https://github.com/CROSSEO/kivy-dashboard-starter-template.git

### create python environment
2 - python3 -m venv env

### Initiate environment
3 - source env/bin/active

### upgrade pip 
4 - pip3 install --upgrade pip    

### Install requirements to start project
5 - pip3 install -r requirements.txt 

### Test if app works:
6 - python3 main.py --size=900x600

# In case you want to add to your git

In case you don't have git install on your pc, install git (search git install on google)

VScode IDLE:
- go to Source Control on the left menu bar
- Initialize repository
- give it a message (Initiate commit)
- go to View > Command Pallete > search for: Git add Remote

About

kivy starter dashboard template for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published