Code Monkey home page Code Monkey logo

activitytimer's Introduction

Activity Timer

Code style: black License: MIT

Sometimes I find it hard to manage my time in the day between the different work I need to do. This is designed to help that.

Installation

git clone https://github.com/seankmartin/ActivityTimer
cd ActivityTimer
python -m pip install -r requirements.txt
fbs run

Or produce an executable from fbs freeze. A windows download is also available at https://github.com/seankmartin/ActivityTimer/releases/download/0.11/ActivityTimerSetup.exe.

Features

  • Time activities each day and provide an objective and summary.
  • Produce a clean excel file for human viewing and a csv for machine use from the times recorded.
  • Demonstrates the use of the fbs build system, Pyqt5 timers and file dialogs, auto-saving every 20 minutes.

User interface

The user interface is very simple, it looks like this:

Screenshot of sample app on Windows

Command line interface

The command line interface currently only supports editing timing entries as opposed to doing actual timing. Run with the help flag to get more information.

python main.py -h

For example, to add an extra hour and a half of time to the coding category yesterday and backup before modification, run

python main.py -k Coding -u 90 -d 1 -b

Roadmap

Things I'd like to add, ordered by likelihood of completion.

  1. Custom activities. Currently, changing the name of the activities would be little effort, but customising the number would be.
  2. Add a minimise button to the UI and support rescaling the UI.

Licensing

This project is licensed under the MIT license.

activitytimer's People

Contributors

seankmartin avatar

Stargazers

Manuel Gil avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.