Metadata-Version: 2.0
Name: chronophore
Version: 0.2.0
Summary: Simple desktop app for tracking sign-ins and sign-outs in a tutoring center.
Home-page: https://github.com/mesbahamin/chronophore
Author: Amin Mesbah
Author-email: mesbahamin@gmail.com
License: MIT
Keywords: database desktop education json kiosk sign-in time
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Office/Business :: Scheduling
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: openpyxl
Provides-Extra: dev
Requires-Dist: flake8; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

Chronophore
===========

.. figure:: docs/screenshot_program.png
   :alt: Tk Interface

   Tk Interface

Chronophore is a simple time-tracking program. It keeps track of users'
hours as they sign in and out. Data is stored in a human-readable json
file.

.. figure:: docs/screenshot_data.png
   :alt: Example Json Data

   Example Json Data

This project was started to help keep track of students signing in and
out at a tutoring program in a community college, but should be
adaptable to other use cases.


