Metadata-Version: 2.1
Name: wlg-fayefv
Version: 0.2.1
Summary: A simple weightlogging app to track personal fitness.
Home-page: https://github.com/fayefv/weightlogger/tree/prettyGUI
Author: Faye Fong
Author-email: fong.faye@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Babel
Requires-Dist: cachetools
Requires-Dist: certifi
Requires-Dist: cffi
Requires-Dist: chardet
Requires-Dist: cryptography
Requires-Dist: cssselect
Requires-Dist: cssutils
Requires-Dist: cycler
Requires-Dist: idna
Requires-Dist: jeepney
Requires-Dist: keyring
Requires-Dist: kiwisolver
Requires-Dist: lxml
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: premailer
Requires-Dist: pycparser
Requires-Dist: pyparsing
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: SecretStorage
Requires-Dist: six
Requires-Dist: tkcalendar
Requires-Dist: urllib3
Requires-Dist: yagmail


<h1>WeightLogger</h1>
<h3>A simple app to monitor personal fitness.</h3>
<br>

![demo](https://github.com/fayefv/weightlogger/blob/master/supporting_graphic.png?raw=true)

<p> User may record body weight by selecting 
or entering a calendar date.  Body weight
is plotted over all time or just the 
previous week.  User may also generate an 
email report consisting of the data
in a CSV file and the most recent data plot.</p>
<br>
<p>Future improvements may include more
advanced statistics in the trends section.</p>



