Skip to content

CROSSEO/kivy-starter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Instructions how to start:

### clone github repository:
1 - git clone [URL]

### 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

About

Kivy Starter template with folder structure to initiate project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published