Skip to content

teopeurt/weight-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weight App

This app was written out of a personal need. I want to track my weight every day using my Android smartphone. Because of this need the forms and lists are optimized for touch input.

initial installation

virtualenv env_weight
. env_weight/bin/activate
pip install -r pip-requirements.txt

run

. env_weight/bin/activate
cd weight
python main.py

run tests

. env_weight/bin/activate
cd weight/tests
python maintest.py

image

future work

  • plotting of weight data
  • export to xml

About

Web application for tracking weight every day written in Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published