Giter Club home page Giter Club logo

time-tracker's Introduction

What is Time tracker?

Time tracker is a GUI version of the script called time-tracker-cli.

Dependencies

  • PyQt5
  • time-tracker-cli
  • Pandas
  • Plotly

Install them via: pip install -r requirements.txt

How to use:

The binary version is not available yet but you can run it manually anyway: python app.py

  1. Create your data file or open an existing one.

  1. Create projects/tasks you want to work on. Once created, every task is marked as started.

  1. Edit (rename) or remove tasks as you please.

  1. Start/Stop your working sessions.

  1. Data is stored in a JSON file.

  2. View a visual report of "Work done per project" by clicking on Report>Projects Chart from the Menu Bar. The chart is displayed on your default browser.

  1. View a visual report of "Daily Work Done" by clicking on Report>Time-Series Chart from the Menu Bar. The chart is displayed on your default browser. Show/hide projects on the chart by clicking once on its legend entry. Isolate/deisolate projects on the chart by double-clicking on its legend entry.

  1. Interact with the reports and export them:
    • Plots can be exported as png.
    • Plots can be panned and zoomed.
    • Plots have tooltips on mouse hover. Try hovering over different bars on the plot to reveal additional info.
    • For more info regarding functionality of the plots see Plotly documentation.

TODO

  • Clean and document the code.
  • Create binary versions.
  • Redesign logo.
  • (Optional) replace text in buttons with icons.

time-tracker's People

Contributors

dependabot[bot] avatar max-torch avatar pazitos10 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

time-tracker's Issues

Create .pyw GUI launcher

In the readme of this repo, there is a task "create binary version". This involves a lot of nuance, and will open up having to deal with certificates so that it works properly and is not flagged by antivirus. I propose creating a pyw, to serve in the interim while there is no binary. A pyw to launch the GUI is a file that can simply be double-clicked to start the app. It runs a python instance without a console terminal.

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.