Timecard-App


NameTimecard-App JSON
Version 3.0.0 PyPI version JSON
download
home_page
SummaryTrack time beautifully.
upload_time2023-04-11 16:45:20
maintainer
docs_urlNone
author
requires_python<4,>=3.6
licenseBSD 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.
keywords time tracking office clock tool utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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`).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Timecard-App",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": "\"Jason C. McDonald\" <codemouse92@outlook.com>",
    "keywords": "time,tracking,office,clock,tool,utility",
    "author": "",
    "author_email": "\"Jason C. McDonald\" <codemouse92@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/f6/14/31a7f6ad8bd892f4763ade96b9b2fc29b63d9c9ecd94667d38cf9ef79f43/Timecard-App-3.0.0.tar.gz",
    "platform": null,
    "description": "# Timecard\n\n**Track time beautifully.**\n\nTimecard allows you to track how much time you spend on tasks.\nIt offers a clean, responsive one-window interface that allows you to\nquickly configure your time tracking, and then hides away in the system tray\nuntil you need it again.\n\n## Features\n\n* Start and pause time tracking from application window or system tray.\n* Stop timer and save to log with activity notes.\n* View, sort, and edit time log entries.\n* Customizable time log path.\n* Hides to system tray.\n* Quit protection helps prevent accidentally closing while tracking time.\n\n## Installation\n\nThis can be installed a number of ways.\n\n### PyPI\n\nYou can install directly via `pip` using the following command:\n\n```bash\npip install Timecard-App\n```\n\nIf you're installing outside of a virtual environment, use the following:\n\n```bash\npip install --user Timecard-App\n```\n\nThen, you can start the program with just:\n\n```bash\ntimecard-app\n```\n\n## Usage\n\nUsing Timecard is simple!\n\n1. Press \"Start\" to start tracking time.\n2. Press \"Stop\" and \"Confirm Stop\" to stop your running timer.\n3. Enter activity notes for your session in \"WHat are you doing?\"\n4. Press \"Save\" to save the time log entry.\n\nIf you close the window, Timecard will stay running in the system tray.\nClick the system tray icon and press \"Show/Hide Window\" to restore the\nwindow.\n\nTo quit, press the Quit button on the lower-right corner of the window,\nand then press \"Quit\" at the prompt. If there is no time running or pending\nsave, you can also click \"Quit\" from the system tray icon menu.\n\n## Future Features\n\n* Pomodoro features.\n* Alarms and reminders.\n\n## History\n\nTimecard 1.0 was the first application ever released by developer and author\nJason C. McDonald, built in Visual Basic .NET 2010, and released through\nthe then newly founded MousePaw Games.\n\nThis is a resurrection of that project. It offers the same core functionality\nas the original, but in an improved interface. Unlike its predecessor,\nTimecard 2 is portable and completely open source.\n\n## Donate\n\nLike what you see? Sponsor me on [GitHub](https://github.com/codemouse92/timecard) or [Buy Me A Coffee!](https://www.buymeacoffee.com/CodeMouse92).\n\n## Contributing\n\nBug reports and pull requests are welcome via\n[GitHub](https://github.com/codemouse92/timecard)!\n\n## License\n\nTimecard 2 is licensed under the BSD-3-Clause license (see `LICENSE`).\n",
    "bugtrack_url": null,
    "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. ",
    "summary": "Track time beautifully.",
    "version": "3.0.0",
    "split_keywords": [
        "time",
        "tracking",
        "office",
        "clock",
        "tool",
        "utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbdd7099d0a0c7dd3bb0eab36687bc8c553a1713a3f7d75cf639f04dbcd599bb",
                "md5": "8a3431dd8fbc39c807755738adb4003b",
                "sha256": "45f1f953e00cf6b5d8a2e244ed110c109e9a796b04ab2f65888677ab5f267b84"
            },
            "downloads": -1,
            "filename": "Timecard_App-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8a3431dd8fbc39c807755738adb4003b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 35669,
            "upload_time": "2023-04-11T16:45:18",
            "upload_time_iso_8601": "2023-04-11T16:45:18.380641Z",
            "url": "https://files.pythonhosted.org/packages/fb/dd/7099d0a0c7dd3bb0eab36687bc8c553a1713a3f7d75cf639f04dbcd599bb/Timecard_App-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f61431a7f6ad8bd892f4763ade96b9b2fc29b63d9c9ecd94667d38cf9ef79f43",
                "md5": "126bf8c55133dff2bd31f2d16130c87d",
                "sha256": "fb9ecd2ad74d50f64eba34eb5448a28aa8e597c9614222d2249d67873d020e85"
            },
            "downloads": -1,
            "filename": "Timecard-App-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "126bf8c55133dff2bd31f2d16130c87d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.6",
            "size": 27007,
            "upload_time": "2023-04-11T16:45:20",
            "upload_time_iso_8601": "2023-04-11T16:45:20.111235Z",
            "url": "https://files.pythonhosted.org/packages/f6/14/31a7f6ad8bd892f4763ade96b9b2fc29b63d9c9ecd94667d38cf9ef79f43/Timecard-App-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-11 16:45:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "timecard-app"
}
        
Elapsed time: 0.06390s