Skip to content

AndreMiras/GuyPS

Repository files navigation

GuyPS

A GPS application for Guy written on top of Kivy.

The application gives access to offline maps. It runs on different operating systems and devices.

Screenshot

Install dependencies

Install Cython

pip doesn't seem to pickup Cython from requirements.txt before installing kivy, so it must be installed first.

pip install $(grep ^Cython requirements.txt)

Install requirements

Then requirements from requirements.txt can be installed.

pip install -r requirements.txt

Install garden requirements

garden install mapview

Run on desktop

python main.py

Compile, deploy & run on Android

buildozer -v android debug deploy run logcat

Motivations

My father-in-law needed an offline map app and I didn't know a decent one. This was the fake reason, the actual reason is I wanted to give Kivy a try and found this application was a great playground.

About

A GPS application for Guy written on top of Kivy

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages