Metadata-Version: 2.1
Name: Timecard-App
Version: 3.0.0
Summary: Track time beautifully.
Author-email: "Jason C. McDonald" <codemouse92@outlook.com>
Maintainer-email: "Jason C. McDonald" <codemouse92@outlook.com>
License: BSD 3-Clause License
        
        Copyright (c) 2019, Jason C. McDonald
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Homepage, https://codemouse92.github.io/Timecard/
Project-URL: Repository, https://github.com/codemouse92/timecard
Project-URL: Issues, https://github.com/codemouse92/timecard/issues
Project-URL: Funding, https://github.com/sponsors/CodeMouse92
Keywords: time,tracking,office,clock,tool,utility
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Office/Business
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: <4,>=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# Timecard

**Track time beautifully.**

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.

## Installation

This can be installed a number of ways.

### PyPI

You can install directly via `pip` using the following command:

```bash
pip install Timecard-App
```

If you're installing outside of a virtual environment, use the following:

```bash
pip install --user Timecard-App
```

Then, you can start the program with just:

```bash
timecard-app
```

## 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 is portable and completely open source.

## Donate

Like what you see? Sponsor me on [GitHub](https://github.com/codemouse92/timecard) or [Buy Me A Coffee!](https://www.buymeacoffee.com/CodeMouse92).

## Contributing

Bug reports and pull requests are welcome via
[GitHub](https://github.com/codemouse92/timecard)!

## License

Timecard 2 is licensed under the BSD-3-Clause license (see `LICENSE`).
