Metadata-Version: 2.1
Name: Timecard-App
Version: 2.0.1
Summary: Application for tracking time spent.
Home-page: https://github.com/codemouse92/timecard
Author: Jason C. McDonald
Author-email: codemouse92@outlook.com
License: BSD-3-Clause
Description: 
        # Timecard
        
        Timecard allows you to track how much time you spend on tasks.
        It offers a clean, responsive one-window interface that allows you to
        quickly configure your time tracking, and then hides away in the system tray
        until you need it again.
        
        ## Features
        
        * Start and pause time tracking from application window or system tray.
        * Stop timer and save to log with activity notes.
        * View, sort, and edit time log entries.
        * Customizable time log path.
        * Hides to system tray.
        * Quit protection helps prevent accidentally closing while tracking time.
        
        ## Usage
        
        Using Timecard is simple!
        
        1. Press "Start" to start tracking time.
        2. Press "Stop" and "Confirm Stop" to stop your running timer.
        3. Enter activity notes for your session in "WHat are you doing?"
        4. Press "Save" to save the time log entry.
        
        If you close the window, Timecard will stay running in the system tray.
        Click the system tray icon and press "Show/Hide Window" to restore the
        window.
        
        To quit, press the Quit button on the lower-right corner of the window,
        and then press "Quit" at the prompt. If there is no time running or pending
        save, you can also click "Quit" from the system tray icon menu.
        
        ## Future Features
        
        * Pomodoro features.
        * Alarms and reminders.
        
        ## History
        
        Timecard 1.0 was the first application ever released by developer and author
        Jason C. McDonald, built in Visual Basic .NET 2010, and released through
        the then newly founded MousePaw Games.
        
        This is a resurrection of that project. It offers the same core functionality
        as the original, but in an improved interface. Unlike its predecessor,
        Timecard 2.0 is portable and completely open source.
        
        ## Contributing
        
        Bug reports and pull requests are welcome via
        [GitHub](https://github.com/codemouse92/timecard)!
        
        ## License
        
        Timecard 2.0 is licensed under the BSD-3-Clause license (see `LICENSE`).
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Office/Business
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
