Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AndreMiras/GuyPS
A GPS application for Guy written on top of Kivy
https://github.com/AndreMiras/GuyPS
Last synced: 3 months ago
JSON representation
A GPS application for Guy written on top of Kivy
- Host: GitHub
- URL: https://github.com/AndreMiras/GuyPS
- Owner: AndreMiras
- Created: 2015-08-07T21:05:11.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-22T04:45:21.000Z (almost 2 years ago)
- Last Synced: 2024-02-17T08:34:31.653Z (9 months ago)
- Language: Python
- Size: 2.59 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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](https://raw.githubusercontent.com/AndreMiras/GuyPS/master/screenshots/preview_nexus7.png)
## 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.