Skip to content

Simple Python/Kivy app to calculate running related stuff...

License

Notifications You must be signed in to change notification settings

jedie/RunCalculator

Repository files navigation

Run Calculator

convert distance/time/pace for runners

This cross-platform app was generated by Briefcase part of The BeeWare Project.

There exist also a Python/Kivy implementation in the 'kivy' branch.

Coverage Status on coveralls.io coveralls.io/r/jedie/RunCalculator
Build Status on travis-ci.org travis-ci.org/jedie/RunCalculator
Requirements Status on requires.io 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 pybee/Python-Django-template via pybee/briefcase

update venv

(RunCalculator-Env) ~/RunCalculator-Env$ ./src/run-calculator/update_venv.sh

Screenshots

2018-03-16 v0.0.1 with GTK:

v0.0.1

About

Simple Python/Kivy app to calculate running related stuff...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published