Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedie/runcalculator
Simple Python/Kivy app to calculate running related stuff...
https://github.com/jedie/runcalculator
android apk kivy python
Last synced: 12 days ago
JSON representation
Simple Python/Kivy app to calculate running related stuff...
- Host: GitHub
- URL: https://github.com/jedie/runcalculator
- Owner: jedie
- License: other
- Created: 2017-11-25T15:35:49.000Z (almost 7 years ago)
- Default Branch: pybee
- Last Pushed: 2018-03-17T11:30:30.000Z (over 6 years ago)
- Last Synced: 2024-10-04T22:09:03.222Z (about 1 month ago)
- Topics: android, apk, kivy, python
- Language: Python
- Size: 80.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.creole
- License: LICENSE
Awesome Lists containing this project
README
= Run Calculator =
convert distance/time/pace for runners
This cross-platform app was generated by [[https://github.com/pybee/briefcase|Briefcase]] part of [[https://pybee.org/|The BeeWare Project]].
There exist also a Python/Kivy implementation in [[https://github.com/jedie/RunCalculator/tree/kivy|the 'kivy' branch]].
| {{https://coveralls.io/repos/jedie/RunCalculator/badge.svg|Coverage Status on coveralls.io}} | [[https://coveralls.io/r/jedie/RunCalculator|coveralls.io/r/jedie/RunCalculator]] |
| {{https://travis-ci.org/jedie/RunCalculator.svg|Build Status on travis-ci.org}} | [[https://travis-ci.org/jedie/RunCalculator/|travis-ci.org/jedie/RunCalculator]] |
| {{https://requires.io/github/jedie/RunCalculator/requirements.svg|Requirements Status on requires.io}} | [[https://requires.io/github/jedie/RunCalculator/requirements/|requires.io/github/jedie/RunCalculator/requirements/]] |== setup developer environment
{{{
# Download bootstarp script:
~$ wget https://github.com/jedie/RunCalculator/raw/pybee/boot_runcalculator_venv.sh# create venv:
~$ bash boot_runcalculator_venv.sh# go into venv:
~$ cd RunCalculator-Env/# activate venv:
~/RunCalculator-Env$ source bin/activate# run the calculator:
(RunCalculator-Env) ~/RunCalculator-Env$ python -m run_calculator
}}}run it as django app:
{{{
(RunCalculator-Env) ~/RunCalculator-Env$ cd /src/run-calculator
(RunCalculator-Env) ~/RunCalculator-Env/src/run-calculator$ python setup.py django -s
}}}This will use [[https://github.com/pybee/Python-Django-template|pybee/Python-Django-template]] via [[https://github.com/pybee/briefcase|pybee/briefcase]]
=== update venv
{{{
(RunCalculator-Env) ~/RunCalculator-Env$ ./src/run-calculator/update_venv.sh}}}
== Screenshots
2018-03-16 v0.0.1 with GTK:
{{https://raw.githubusercontent.com/jedie/jedie.github.io/master/screenshots/RunCalculator/2018-03-16_RunCalculator_v001.png|v0.0.1}}